[ffmpeg] Support cross compile with QNX (#35228)

* [ffmpeg] Support cross compile with QNX

* update version
This commit is contained in:
Lily Wang 2023-11-29 01:12:59 -08:00 committed by GitHub
parent 00d762bd8c
commit 599b80d352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,3 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ffmpeg/ffmpeg
@ -59,7 +58,8 @@ elseif(VCPKG_TARGET_IS_OSX)
string(APPEND OPTIONS " --target-os=darwin --enable-appkit --enable-avfoundation --enable-coreimage --enable-audiotoolbox --enable-videotoolbox")
elseif(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "Android")
string(APPEND OPTIONS " --target-os=android")
else()
elseif(VCPKG_CMAKE_SYSTEM_NAME STREQUAL "QNX")
string(APPEND OPTIONS " --target-os=qnx")
endif()
if(VCPKG_TARGET_IS_OSX)

View File

@ -1,6 +1,7 @@
{
"name": "ffmpeg",
"version": "6.1",
"port-version": 1,
"description": [
"a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.",
"FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations."

View File

@ -2598,7 +2598,7 @@
},
"ffmpeg": {
"baseline": "6.1",
"port-version": 0
"port-version": 1
},
"ffnvcodec": {
"baseline": "11.1.5.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "aa26e2742d2c653f1f74843dce3120c753376f50",
"version": "6.1",
"port-version": 1
},
{
"git-tree": "e350faae831bb8d75c4ebcee81d9161484aecdba",
"version": "6.1",