Skip to content

Commit c1b0092

Browse files
committed
Win: Update ffmpeg to 8.0.1
1 parent e0c3df5 commit c1b0092

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

3rdparty/ffmpeg

Submodule ffmpeg updated 71 files

buildfiles/cmake/FindFFMPEG.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ else ()
7373
set(FFMPEG_INCLUDE_DIR ${FFMPEG_AVCODEC_INCLUDE_DIR})
7474

7575
set(FFMPEG_LIBRARIES
76-
${FFMPEG_LIBAVCODEC}
77-
${FFMPEG_LIBAVFORMAT}
78-
${FFMPEG_LIBAVUTIL}
7976
${FFMPEG_LIBSWSCALE}
8077
${FFMPEG_LIBSWRESAMPLE}
78+
${FFMPEG_LIBAVFORMAT}
79+
${FFMPEG_LIBAVCODEC}
80+
${FFMPEG_LIBAVUTIL}
8181
)
8282

8383
endif ()

0 commit comments

Comments
 (0)