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 73d2900 commit 2625f45Copy full SHA for 2625f45
src/CMakeLists.txt
@@ -13,7 +13,7 @@ elseif(swresample_FOUND)
13
add_definitions(-DAVTRANSCODER_FFMPEG_DEPENDENCY)
14
message("Build avTranscoder with dependency to ffmpeg.")
15
else()
16
- message(SEND_ERROR, "Need 'swresample' or 'avresample'.")
+ message(SEND_ERROR "Can't define if you depend on ffmpeg or libav.")
17
endif()
18
19
# Include AvTranscoder and FFmpeg
0 commit comments