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 0d545aa commit 499bb3eCopy full SHA for 499bb3e
app/cpp/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
target_link_libraries(avinfo avtranscoder-shared)
11
0 commit comments