mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
[ffmpeg] Add avisynthplus support (#11946)
This commit is contained in:
parent
8714f0d829
commit
5058547304
@ -1,5 +1,5 @@
|
|||||||
Source: ffmpeg
|
Source: ffmpeg
|
||||||
Version: 4.2-10
|
Version: 4.2-11
|
||||||
Build-Depends: zlib
|
Build-Depends: zlib
|
||||||
Homepage: https://ffmpeg.org
|
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.
|
Description: a library to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created.
|
||||||
@ -56,4 +56,8 @@ Description: Libav audio resampling library support in ffmpeg
|
|||||||
|
|
||||||
Feature: nvcodec
|
Feature: nvcodec
|
||||||
Build-Depends: ffnvcodec, cuda
|
Build-Depends: ffnvcodec, cuda
|
||||||
Description: Hardware accelerated codecs
|
Description: Hardware accelerated codecs
|
||||||
|
|
||||||
|
Feature: avisynthplus
|
||||||
|
Build-Depends: avisynthplus
|
||||||
|
Description: avisynthplus support in ffmpeg
|
@ -141,6 +141,12 @@ else()
|
|||||||
set(OPTIONS "${OPTIONS} --disable-cuda --disable-nvenc --disable-cuvid --disable-libnpp")
|
set(OPTIONS "${OPTIONS} --disable-cuda --disable-nvenc --disable-cuvid --disable-libnpp")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if("avisynthplus" IN_LIST FEATURES)
|
||||||
|
set(OPTIONS "${OPTIONS} --enable-avisynth --enable-gpl")
|
||||||
|
else()
|
||||||
|
set(OPTIONS "${OPTIONS} --disable-avisynth --disable-gpl")
|
||||||
|
endif()
|
||||||
|
|
||||||
set(OPTIONS_CROSS "")
|
set(OPTIONS_CROSS "")
|
||||||
|
|
||||||
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
|
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user