mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
[ffmpeg] fix link order (#9718)
* [ffmpeg] fix link order closes #9714 * bump CONTROL * change link order slightly
This commit is contained in:
parent
6e99bd4018
commit
a626cd7fa0
@ -1,5 +1,5 @@
|
||||
Source: ffmpeg
|
||||
Version: 4.2-3
|
||||
Version: 4.2-4
|
||||
Build-Depends: zlib
|
||||
Homepage: https://ffmpeg.org
|
||||
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
|
||||
|
@ -153,14 +153,14 @@ if (FFMPEG_libavcodec_FOUND AND FFMPEG_libavdevice_FOUND AND FFMPEG_libavfilter_
|
||||
set(FFMPEG_libswscale_VERSION "${FFMPEG_VERSION}" CACHE STRING "")
|
||||
|
||||
list(APPEND FFMPEG_LIBRARIES
|
||||
${FFMPEG_libavformat_LIBRARY}
|
||||
${FFMPEG_libavdevice_LIBRARY}
|
||||
${FFMPEG_libavcodec_LIBRARY}
|
||||
${FFMPEG_libavutil_LIBRARY}
|
||||
${FFMPEG_libswscale_LIBRARY}
|
||||
${FFMPEG_libavfilter_LIBRARY}
|
||||
${FFMPEG_libavformat_LIBRARY}
|
||||
${FFMPEG_libswscale_LIBRARY}
|
||||
${FFMPEG_libavcodec_LIBRARY}
|
||||
${FFMPEG_libswresample_LIBRARY}
|
||||
${FFMPEG_libavresample_LIBRARY}
|
||||
${FFMPEG_libavutil_LIBRARY}
|
||||
${FFMPEG_libzlib_LIBRARY}
|
||||
${FFMPEG_PLATFORM_DEPENDENT_LIBS}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user