CMake: update for macOS 10.9 libs with ffmpeg 3.2.1 and webp support.

This commit is contained in:
Brecht Van Lommel 2016-12-03 14:56:58 +01:00
parent 1a01ef4ae9
commit ae04d0fcb6
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ if(WITH_CODEC_FFMPEG)
mp3lame swscale x264 xvidcore theora theoradec theoraenc vorbis vorbisenc vorbisfile ogg
)
if(WITH_CXX11)
set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} schroedinger orc vpx)
set(FFMPEG_LIBRARIES ${FFMPEG_LIBRARIES} schroedinger orc vpx webp swresample)
endif()
set(FFMPEG_LIBPATH ${FFMPEG}/lib)
endif()