macOS: add opus to FFMPEG_LIBRARIES

This commit is contained in:
Arto Kitula 2019-10-12 18:33:34 +03:00
parent 60d02b336e
commit 95f020c853

@ -157,7 +157,7 @@ if(WITH_CODEC_FFMPEG)
avcodec avdevice avformat avutil
mp3lame swscale x264 xvidcore
theora theoradec theoraenc
vorbis vorbisenc vorbisfile ogg
vorbis vorbisenc vorbisfile ogg opus
vpx swresample)
set(FFMPEG_LIBPATH ${FFMPEG}/lib)
endif()