File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
add_subdirectory (avInfo )
2
2
add_subdirectory (avMeta )
3
3
add_subdirectory (avplay )
4
- add_subdirectory (genericProcessor )
4
+ add_subdirectory (avProcessor )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
5
5
include (AvTranscoderMacros )
6
6
7
7
# Build app
8
- add_executable (avprocessor genericProcessor .cpp )
8
+ add_executable (avprocessor avProcessor .cpp )
9
9
set_target_properties (avprocessor PROPERTIES VERSION ${AVTRANSCODER_VERSION} )
10
10
target_link_libraries (avprocessor avtranscoder-shared )
11
11
Original file line number Diff line number Diff line change 1
1
#include < AvTranscoder/transcoder/Transcoder.hpp>
2
-
3
2
#include < AvTranscoder/progress/ConsoleProgress.hpp>
4
3
5
4
#include < iostream>
Original file line number Diff line number Diff line change 1
- .\" Manpage for avmeta .
1
+ .\" Manpage for avprocessor .
2
2
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3
3
.TH man 1 "21 May 2014" "1.0" "avprocessor man page"
4
4
.SH NOM
You can’t perform that action at this time.
0 commit comments