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 6c4eaca commit 44b24cdCopy full SHA for 44b24cd
src/CMakeLists.txt
@@ -6,7 +6,7 @@ include(AvTranscoderMacros)
6
message(STATUS "AvTranscoder version is ${AVTRANSCODER_VERSION}")
7
8
# Find package ffmpeg/libav
9
-find_package(FFmpeg COMPONENTS avcodec avformat avutil swscale swresample avresample)
+find_package(FFmpeg COMPONENTS avcodec avformat avutil swscale avfilter swresample avresample)
10
if(swresample_FOUND)
11
add_definitions(-DAVTRANSCODER_FFMPEG_DEPENDENCY)
12
message(STATUS "Build avTranscoder with dependency to ffmpeg.")
0 commit comments