mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[ffmpeg] Support cross compile with QNX (#35228)
* [ffmpeg] Support cross compile with QNX * update version
This commit is contained in:
parent
00d762bd8c
commit
599b80d352
@ -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)
|
||||
|
@ -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."
|
||||
|
@ -2598,7 +2598,7 @@
|
||||
},
|
||||
"ffmpeg": {
|
||||
"baseline": "6.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"ffnvcodec": {
|
||||
"baseline": "11.1.5.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "aa26e2742d2c653f1f74843dce3120c753376f50",
|
||||
"version": "6.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "e350faae831bb8d75c4ebcee81d9161484aecdba",
|
||||
"version": "6.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user