Fix linux build by reordering ffmpeg libs (fixes #3466)

This commit is contained in:
def 2021-01-04 18:17:36 +01:00
parent 71a371a4ee
commit fcaae09341

View file

@ -122,8 +122,8 @@ mark_as_advanced(
)
set(FFMPEG_LIBRARIES
${AVFORMAT_LIBRARY} # has to come before avcodec
${AVCODEC_LIBRARY}
${AVFORMAT_LIBRARY}
${AVUTIL_LIBRARY}
${SWSCALE_LIBRARY}
${SWRESAMPLE_LIBRARY}