You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Reverting GitHub Windows builder to use ffmpeg (instead of ffmpeg 4.4), and removing version logic around swresample/avresample logic - since GitHub versions are completely different than expected (for example: avformat version: 3.100 vs avformat version: 58.45.100)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
mingw-w64-x86_64-qt5-winextras
|
||||
mingw-w64-x86_64-qt5-tools
|
||||
mingw-w64-x86_64-libvpx
|
||||
mingw-w64-x86_64-ffmpeg4.4
|
||||
mingw-w64-x86_64-ffmpeg
|
||||
mingw-w64-x86_64-zeromq
|
||||
mingw-w64-x86_64-opencv
|
||||
mingw-w64-x86_64-protobuf
|
||||
|
||||
@@ -336,7 +336,7 @@ set(all_comps avcodec avformat avutil swscale)
|
||||
set(version_comps avcodec avformat avutil)
|
||||
|
||||
# Pick a resampler. Prefer swresample if possible
|
||||
if(TARGET FFmpeg::swresample AND ${FFmpeg_avformat_VERSION} VERSION_GREATER "57.0.0")
|
||||
if(TARGET FFmpeg::swresample)
|
||||
set(resample_lib swresample)
|
||||
set(USE_SW TRUE)
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user