We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa53ff commit b059cfeCopy full SHA for b059cfe
app/avInfo/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
5
include(AvTranscoderMacros)
6
7
# Build app
8
-include_directories(${AVTRANSCODER_SRC_PATH})
+include_directories(${AVTRANSCODER_SRC_PATH} ${FFMPEG_INCLUDE_DIR})
9
add_executable(avinfo avInfo.cpp)
10
set_target_properties(avinfo PROPERTIES VERSION ${AVTRANSCODER_VERSION})
11
target_link_libraries(avinfo avtranscoder-shared)
0 commit comments