mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix linux build by reordering ffmpeg libs (fixes #3466)
This commit is contained in:
parent
71a371a4ee
commit
fcaae09341
|
@ -122,8 +122,8 @@ mark_as_advanced(
|
||||||
)
|
)
|
||||||
|
|
||||||
set(FFMPEG_LIBRARIES
|
set(FFMPEG_LIBRARIES
|
||||||
|
${AVFORMAT_LIBRARY} # has to come before avcodec
|
||||||
${AVCODEC_LIBRARY}
|
${AVCODEC_LIBRARY}
|
||||||
${AVFORMAT_LIBRARY}
|
|
||||||
${AVUTIL_LIBRARY}
|
${AVUTIL_LIBRARY}
|
||||||
${SWSCALE_LIBRARY}
|
${SWSCALE_LIBRARY}
|
||||||
${SWRESAMPLE_LIBRARY}
|
${SWRESAMPLE_LIBRARY}
|
||||||
|
|
Loading…
Reference in a new issue