Skip to content

Commit 881d8f6

Browse files
author
Clement Champetier
committed
Rename genericProcessor folder to avProcessor
Like the name of the app.
1 parent 5c1476e commit 881d8f6

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
add_subdirectory(avInfo)
22
add_subdirectory(avMeta)
33
add_subdirectory(avplay)
4-
add_subdirectory(genericProcessor)
4+
add_subdirectory(avProcessor)

app/genericProcessor/CMakeLists.txt renamed to app/avProcessor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
55
include(AvTranscoderMacros)
66

77
# Build app
8-
add_executable(avprocessor genericProcessor.cpp)
8+
add_executable(avprocessor avProcessor.cpp)
99
set_target_properties(avprocessor PROPERTIES VERSION ${AVTRANSCODER_VERSION})
1010
target_link_libraries(avprocessor avtranscoder-shared)
1111

app/genericProcessor/genericProcessor.cpp renamed to app/avProcessor/avProcessor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include <AvTranscoder/transcoder/Transcoder.hpp>
2-
32
#include <AvTranscoder/progress/ConsoleProgress.hpp>
43

54
#include <iostream>

app/genericProcessor/avprocessor.man renamed to app/avProcessor/avprocessor.man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Manpage for avmeta.
1+
.\" Manpage for avprocessor.
22
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
33
.TH man 1 "21 May 2014" "1.0" "avprocessor man page"
44
.SH NOM

0 commit comments

Comments
 (0)