Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ffmpeg] Add feature support for zlib, iconv, fdk-aac, mp3lame, opus, soxr, theora. #11277

Merged
merged 52 commits into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from 51 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
5213bc8
[zlib] Fix unistd.h being required
Sibras May 9, 2020
8f5de7d
[ffmpeg] Fix zlib.
Sibras May 9, 2020
fbc0237
[ffmpeg] Add iconv, fdk-aac, mp3lame, opus, soxr, theora support.
Sibras May 9, 2020
32220e0
[ffmpeg] Add x265 support.
Sibras Jun 30, 2020
2f884e9
[ffmpeg] Fix zlib detection on linux
Sibras May 11, 2020
a8accec
[libogg] Enable creation of pkg-config file
Sibras May 10, 2020
fdc43ff
[ffmpeg] Add vorbis feature
Sibras May 10, 2020
1709122
[speex] Enable creation of pkg-config file
Sibras May 10, 2020
06f0736
[ffmpeg] Add speex feature
Sibras May 10, 2020
97cf69a
[ffmpeg] Add snappy feature
Sibras May 10, 2020
5919201
[ffmpeg] Add wavpack feature
Sibras May 11, 2020
a4a6df7
[ffmpeg] Fix linking to static dependencies using pkg-config
Sibras May 11, 2020
28c664f
[ffmpeg] Fix opencl detection on linux
Sibras May 11, 2020
f2416cb
[ffmpeg] Fix soxr linking on linux
Sibras May 11, 2020
4992c67
[ffmpeg] Fix FindFFmpeg.cmake
Sibras May 12, 2020
d9c1675
[ffmpeg] Add optional dependencies to FindFFmpeg.cmake
Sibras May 12, 2020
4e1ac0c
[fdkaac] Correct header installation directory
Sibras May 12, 2020
fb36501
[sdl2] Enable creation of pkg-config file on windows
Sibras May 12, 2020
9c63f83
[ffmpeg] Add sdl2 feature
Sibras May 12, 2020
56b9d8f
[ffmpeg] Fix detection of static mp3lame
Sibras May 12, 2020
3cce5c3
[ffmpeg] Fix detection of static iconv
Sibras May 12, 2020
d602039
[ffmpeg] Use newer libvpx package detection.
Sibras Jun 25, 2020
fddb5e3
[ffmpeg] Use newer zlib pkg-config detection.
Sibras Jul 17, 2020
6b889d5
[ffmpeg] Fix detection of 'prefix' in pkgconfig
Sibras Jul 18, 2020
688e905
[ffnvcodec] Use vcpkg_fixup_pkgconfig.
Sibras Jul 18, 2020
31e5654
[libogg] Use vcpkg_fixup_pkgconfig.
Sibras Jul 18, 2020
5e35577
[sdl2] Correct pkgconfig debug suffix.
Sibras Jul 18, 2020
f69cf7b
[speex] Use vcpkg_fixup_pkgconfig.
Sibras Jul 18, 2020
db76315
[x265] Fix pkgconfig windows static lib naming.
Sibras Jul 18, 2020
549d6b1
[wavpack] Fix pkgconfig windows dll naming.
Sibras Jul 18, 2020
2efd01e
[ffnvcodec] Install pkgconfig file in debug.
Sibras Jul 20, 2020
390d613
[libvorbis] Fixup pkgconfig file.
Sibras Jul 20, 2020
e570891
[opus] Use vcpkg_fixup_pkgconfig.
Sibras Jul 20, 2020
d93c795
[ffmpeg] Correctly set debug lib folder with pkgconfig.
Sibras Jul 20, 2020
9184e8a
[vcpkg/scripts/pkgconfig] Add additional common definitions
Sibras Jul 26, 2020
04b7b1c
Merge branch 'master' into master
Sibras Aug 2, 2020
d25e73c
[sdl2] Fix pkgconfig on osx.
Sibras Aug 4, 2020
7f4c4f6
[ffmpeg] Correctly detect fdkac on linux.
Sibras Aug 5, 2020
6cca774
[vcpkg/scripts/pkgconfig] Add iconv as system lib on osx.
Sibras Aug 5, 2020
4fbaba4
[ffmpeg] Fix fdk detection on linux.
Sibras Aug 5, 2020
c0cf19e
[ffmpeg] Fix x264 detection on linux.
Sibras Aug 5, 2020
a721fdc
[ffmpeg] Fix x265 detection on linux.
Sibras Aug 5, 2020
289a0c4
[ffmpeg] Fix detection of OpenSSL 1.1.0+ on linux.
Sibras Aug 5, 2020
87c7bf6
[ffmpeg] Remove nvcodec dependency on cuda.
Sibras Aug 5, 2020
84f4c65
[ffmpeg] Use WavPack instead of Wavpack in cmake.
Sibras Aug 7, 2020
dc4e432
[ffmpeg] Remove libnpp feature from nvcodec.
Sibras Aug 7, 2020
b225fbe
Merge branch 'master' into master
Sibras Aug 7, 2020
a280e11
[ffmpeg] Add comment about cuda options not requiring the cuda port a…
Sibras Aug 7, 2020
8f71651
Merge remote-tracking branch 'upstream/master' into master
Sibras Aug 11, 2020
5f3e768
[ffmpeg] Fix static linking of wavpack on linux.
Sibras Aug 11, 2020
f3f8d1e
[ffmpeg] Fix x265 detection when using numa on linux.
Sibras Aug 11, 2020
b199992
Merge branch 'master' into master
Sibras Aug 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/fdk-aac/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ if(NOT DISABLE_INSTALL_HEADERS)
libSYS/include/FDK_audio.h
libSYS/include/genericStds.h
libSYS/include/machine_type.h
DESTINATION include
DESTINATION include/fdk-aac
)
endif()
2 changes: 1 addition & 1 deletion ports/fdk-aac/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: fdk-aac
Version: 2018-07-08-1
Version: 2018-07-08-2
Homepage: https://github.com/mstorsjo/fdk-aac
Description: A standalone library of the Fraunhofer FDK AAC code
15 changes: 14 additions & 1 deletion ports/ffmpeg/0004-fix-debug-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index bd2de34..fba948a 100755
*)
optname="${opt%%=*}"
optname="${optname#--}"
@@ -6152,8 +6155,13 @@ fi
@@ -6152,8 +6153,13 @@

enabled zlib && { check_pkg_config zlib zlib "zlib.h" zlibVersion ||
check_lib zlib zlib.h zlibVersion -lz; }
Expand All @@ -28,3 +28,16 @@ index bd2de34..fba948a 100755

# On some systems dynamic loading requires no extra linker flags
check_lib libdl dlfcn.h "dlopen dlsym" || check_lib libdl dlfcn.h "dlopen dlsym" -ldl
@@ -6350,7 +6350,11 @@ enabled librubberband && require_pkg_config librubberband "rubberband >= 1.8
enabled libshine && require_pkg_config libshine shine shine/layer3.h shine_encode_buffer
enabled libsmbclient && { check_pkg_config libsmbclient smbclient libsmbclient.h smbc_init ||
require libsmbclient libsmbclient.h smbc_init -lsmbclient; }
-enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
+if enabled debug_configure; then
+ enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappyd -lstdc++
+else
+ enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
+fi
enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr
enabled libssh && require_pkg_config libssh libssh libssh/sftp.h sftp_init
enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
33 changes: 31 additions & 2 deletions ports/ffmpeg/0006-fix-StaticFeatures.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,48 @@ diff --git a/configure b/configure
index 3bdcfc6..00b2f13 100644
--- a/configure
+++ b/configure
@@ -6360,6 +6360,7 @@ enabled openal && { { for al_extralibs in "${OPENAL_LIBS}" "-lopenal"
@@ -6251,7 +6251,8 @@ if enabled libmfx; then
enabled libmfx && { check_pkg_config libmfx libmfx "mfx/mfxvideo.h" MFXInit ||
{ require libmfx "mfx/mfxvideo.h" MFXInit "-llibmfx $advapi32_extralibs" && warn "using libmfx without pkg-config"; } }
enabled libmodplug && require_pkg_config libmodplug libmodplug libmodplug/modplug.h ModPlug_Load
-enabled libmp3lame && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame $libm_extralibs
+enabled libmp3lame && { check_lib libmp3lame lame/lame.h lame_set_VBR_quality -lmp3lame $libm_extralibs ||
+ require libmp3lame lame/lame.h lame_set_VBR_quality -llibmp3lame-static -llibmpghip-static $libm_extralibs; }
enabled libmysofa && { check_pkg_config libmysofa libmysofa mysofa.h mysofa_load ||
require libmysofa mysofa.h mysofa_load -lmysofa $zlib_extralibs; }
enabled libnpp && { check_lib libnpp npp.h nppGetLibVersion -lnppig -lnppicc -lnppc -lnppidei ||
@@ -6292,7 +6293,7 @@ if enabled debug_configure; then
else
enabled libsnappy && require libsnappy snappy-c.h snappy_compress -lsnappy -lstdc++
fi
-enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr
+enabled libsoxr && require libsoxr soxr.h soxr_create -lsoxr -lm
enabled libssh && require_pkg_config libssh libssh libssh/sftp.h sftp_init
enabled libspeex && require_pkg_config libspeex speex speex/speex.h speex_decoder_init
enabled libsrt && require_pkg_config libsrt "srt >= 1.3.0" srt/srt.h srt_socket
@@ -6360,6 +6361,8 @@ enabled openal && { { for al_extralibs in "${OPENAL_LIBS}" "-lopenal"
enabled opencl && { check_pkg_config opencl OpenCL CL/cl.h clEnqueueNDRangeKernel ||
check_lib opencl OpenCL/cl.h clEnqueueNDRangeKernel -Wl,-framework,OpenCL ||
check_lib opencl CL/cl.h clEnqueueNDRangeKernel -lOpenCL ||
+ check_lib opencl CL/cl.h clEnqueueNDRangeKernel -lOpenCL -lAdvapi32 -lOle32 -lCfgmgr32||
JackBoosY marked this conversation as resolved.
Show resolved Hide resolved
+ check_lib opencl CL/cl.h clEnqueueNDRangeKernel -lOpenCL -pthread -ldl ||
die "ERROR: opencl not found"; } &&
{ test_cpp_condition "OpenCL/cl.h" "defined(CL_VERSION_1_2)" ||
test_cpp_condition "CL/cl.h" "defined(CL_VERSION_1_2)" ||
@@ -6379,6 +6380,7 @@ enabled openssl && { check_pkg_config openssl openssl openssl/ssl.h OP
@@ -6379,6 +6382,7 @@ enabled openssl && { check_pkg_config openssl openssl openssl/ssl.h OP
check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto ||
check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
+ check_lib openssl openssl/ssl.h OPENSSL_init_ssl -llibssl -llibcrypto -lws2_32 -lgdi32 -lcrypt32 -lAdvapi32 -lUser32||
die "ERROR: openssl not found"; }
enabled pocketsphinx && require_pkg_config pocketsphinx pocketsphinx pocketsphinx/pocketsphinx.h ps_init
enabled rkmpp && { require_pkg_config rkmpp rockchip_mpp rockchip/rk_mpi.h mpp_create &&
@@ -6707,7 +6711,7 @@ enabled amf &&
if enabled libc_iconv; then
check_func_headers iconv.h iconv
elif enabled iconv; then
- check_func_headers iconv.h iconv || check_lib iconv iconv.h iconv -liconv
+ check_func_headers iconv.h iconv || check_lib iconv iconv.h iconv -liconv || check_lib iconv iconv.h iconv -liconv -llibcharset
fi

enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
15 changes: 15 additions & 0 deletions ports/ffmpeg/0007-fix-lib-naming.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/configure b/configure
index d6c4388..75b96c3 100644
--- a/configure
+++ b/configure
@@ -4378,6 +4378,10 @@ msvc_common_flags(){
-march=*) ;;
-lz) echo zlib.lib ;;
-lx264) echo libx264.lib ;;
+ -lx265) echo libx265.lib ;;
+ -lmp3lame) echo libmp3lame.lib ;;
+ -liconv) echo libiconv.lib ;;
+ -lm) ;;
-lstdc++) ;;
-l*) echo ${flag#-l}.lib ;;
-LARGEADDRESSAWARE) echo $flag ;;
27 changes: 27 additions & 0 deletions ports/ffmpeg/0008-Fix-wavpack-detection.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
diff --git a/configure b/configure
index e7162dbc56..0f04af2a81 100755
--- a/configure
+++ b/configure
@@ -6391,7 +6391,7 @@ enabled libvpx && {
fi
}

-enabled libwavpack && require libwavpack wavpack/wavpack.h WavpackOpenFileOutput -lwavpack
+enabled libwavpack && { check_pkg_config libwavpack wavpack wavpack.h WavpackOpenFileOutput || check_lib libwavpack wavpack.h WavpackOpenFileOutput -lwavpack || check_lib libwavpack wavpack.h WavpackOpenFileOutput -llibwavpack || require libwavpack wavpack.h WavpackOpenFileOutput -lwavpackdll; }
enabled libwebp && {
enabled libwebp_encoder && require_pkg_config libwebp "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion
enabled libwebp_anim_encoder && check_pkg_config libwebp_anim_encoder "libwebpmux >= 0.4.0" webp/mux.h WebPAnimEncoderOptionsInit; }
diff --git a/libavcodec/libwavpackenc.c b/libavcodec/libwavpackenc.c
index e84b074893..9adf39861b 100644
--- a/libavcodec/libwavpackenc.c
+++ b/libavcodec/libwavpackenc.c
@@ -16,7 +16,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

-#include <wavpack/wavpack.h>
+#include <wavpack.h>
#include <string.h>

#include "libavutil/attributes.h"

14 changes: 14 additions & 0 deletions ports/ffmpeg/0009-Fix-fdk-detection.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/configure b/configure
index b137669dd3..34c92230f4 100755
--- a/configure
+++ b/configure
@@ -6331,7 +6331,7 @@ enabled libdavs2 && require_pkg_config libdavs2 "davs2 >= 1.6.0" davs2.
enabled libdc1394 && require_pkg_config libdc1394 libdc1394-2 dc1394/dc1394.h dc1394_new
enabled libdrm && require_pkg_config libdrm libdrm xf86drm.h drmGetVersion
enabled libfdk_aac && { check_pkg_config libfdk_aac fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen ||
- { require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac &&
+ { require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac -lm -lstdc++ &&
warn "using libfdk without pkg-config"; } }
flite_extralibs="-lflite_cmu_time_awb -lflite_cmu_us_awb -lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite"
enabled libflite && require libflite "flite/flite.h" flite_init $flite_extralibs

14 changes: 14 additions & 0 deletions ports/ffmpeg/0010-Fix-x264-detection.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/configure b/configure
index b137669dd3..34a2e644c4 100755
--- a/configure
+++ b/configure
@@ -6443,7 +6443,7 @@ enabled libwebp && {
enabled libwebp_encoder && require_pkg_config libwebp "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion
enabled libwebp_anim_encoder && check_pkg_config libwebp_anim_encoder "libwebpmux >= 0.4.0" webp/mux.h WebPAnimEncoderOptionsInit; }
enabled libx264 && { check_pkg_config libx264 x264 "stdint.h x264.h" x264_encoder_encode ||
- { require libx264 "stdint.h x264.h" x264_encoder_encode "-lx264 $pthreads_extralibs $libm_extralibs" &&
+ { require libx264 "stdint.h x264.h" x264_encoder_encode "-lx264 $pthreads_extralibs $libm_extralibs -ldl" &&
warn "using libx264 without pkg-config"; } } &&
require_cpp_condition libx264 x264.h "X264_BUILD >= 118" &&
check_cpp_condition libx262 x264.h "X264_MPEG2"

16 changes: 16 additions & 0 deletions ports/ffmpeg/0011-Fix-x265-detection.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/configure b/configure
index 34a2e644c4..0ea64bd306 100755
--- a/configure
+++ b/configure
@@ -6447,7 +6447,9 @@ enabled libx264 && { check_pkg_config libx264 x264 "stdint.h x264.h" x
warn "using libx264 without pkg-config"; } } &&
require_cpp_condition libx264 x264.h "X264_BUILD >= 118" &&
check_cpp_condition libx262 x264.h "X264_MPEG2"
-enabled libx265 && require_pkg_config libx265 x265 x265.h x265_api_get &&
+enabled libx265 && { check_pkg_config libx265 x265 x265.h x265_api_get ||
+ { require libx265 x265.h x265_api_get "-lx265 $pthreads_extralibs $libm_extralibs -ldl -lstdc++ -lgcc_s -lgcc -lrt -lnuma" &&
+ warn "using libx265 without pkg-config"; } } &&
require_cpp_condition libx265 x265.h "X265_BUILD >= 68"
enabled libxavs && require libxavs "stdint.h xavs.h" xavs_encoder_encode "-lxavs $pthreads_extralibs $libm_extralibs"
enabled libxavs2 && require_pkg_config libxavs2 "xavs2 >= 1.3.0" "stdint.h xavs2.h" xavs2_api_get

13 changes: 13 additions & 0 deletions ports/ffmpeg/0012-Fix-ssl-110-detection.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/configure b/configure
index 2be953f7e7..e075949ffc 100755
--- a/configure
+++ b/configure
@@ -6497,6 +6497,7 @@ enabled omx_rpi && { test_code cc OMX_Core.h OMX_IndexConfigBrcmVideoR
die "ERROR: OpenMAX IL headers not found"; } && enable omx
enabled openssl && { check_pkg_config openssl openssl openssl/ssl.h OPENSSL_init_ssl ||
check_pkg_config openssl openssl openssl/ssl.h SSL_library_init ||
+ check_lib openssl openssl/ssl.h OPENSSL_init_ssl -lssl -lcrypto $pthreads_extralibs -ldl ||
check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto ||
check_lib openssl openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
check_lib openssl openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||

110 changes: 81 additions & 29 deletions ports/ffmpeg/CONTROL
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Source: ffmpeg
Version: 4.2
Port-Version: 17
Build-Depends: zlib
Sibras marked this conversation as resolved.
Show resolved Hide resolved
Port-Version: 19
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.
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.
Expand All @@ -14,51 +13,104 @@ Feature: ffserver
Description: ffserver appplication support in ffmpeg

Feature: ffplay
Build-Depends: ffmpeg[sdl2]
Description: ffplay appplication support in ffmpeg

Feature: ffprobe
Description: ffprobe appplication support in ffmpeg

Feature: openssl
Build-Depends: openssl, ffmpeg[nonfree]
Description: openssl support in ffmpeg
Feature: avresample
Description: Libav audio resampling library support in ffmpeg

Feature: lzma
Build-Depends: liblzma
Description: lzma support in ffmpeg
Feature: nonfree
Description: allow nonfree and unredistributable libraries

Feature: gpl
Description: allow GPL licensed libraries

Feature: version3
Description: upgrade (L)GPL to version 3

Feature: avisynthplus
Build-Depends: avisynthplus, ffmpeg[gpl]
Description: avisynthplus support in ffmpeg

Feature: bzip2
Build-Depends: bzip2
Description: bzip2 support in ffmpeg

Feature: vpx
Build-Depends: libvpx
Description: WebM VP8/VP9 support in ffmpeg
Feature: iconv
Build-Depends: libiconv
Description: iconv support in ffmpeg

Feature: x264
Build-Depends: x264, ffmpeg[gpl]
Description: x264 support in ffmpeg
Feature: fdk-aac
Build-Depends: fdk-aac, ffmpeg[nonfree]
Description: AAC de/encoding via libfdk-aac support in ffmpeg

Feature: lzma
Build-Depends: liblzma
Description: lzma support in ffmpeg

Feature: mp3lame
Build-Depends: mp3lame
Description: MP3 encoding via libmp3lame support in ffmpeg

Feature: nvcodec
Build-Depends: ffnvcodec
Description: Hardware accelerated codecs

Feature: opencl
Build-Depends: opencl
Description: opencl support in ffmpeg
Description: OpenCL processing support in ffmpeg

Feature: nonfree
Description: allow nonfree and unredistributable libraries
Feature: openssl
Build-Depends: openssl, ffmpeg[nonfree]
Description: openssl support in ffmpeg

Feature: gpl
Description: allow GPL licensed libraries
Feature: opus
Build-Depends: opus
Description: Opus de/encoding via libopus support in ffmpeg

Feature: version3
Description: upgrade (L)GPL to version 3
Feature: sdl2
Build-Depends: sdl2
Description: sdl2 support in ffmpeg

Feature: avresample
Description: Libav audio resampling library support in ffmpeg
Feature: snappy
Build-Depends: snappy
Description: Snappy compression, needed for hap encoding support in ffmpeg

Feature: nvcodec
Build-Depends: ffnvcodec, cuda
Description: Hardware accelerated codecs
Feature: soxr
Build-Depends: soxr
Description: libsoxr resampling support in ffmpeg

Feature: avisynthplus
Build-Depends: avisynthplus, ffmpeg[gpl]
Description: avisynthplus support in ffmpeg
Feature: speex
Build-Depends: speex
Description: Speex de/encoding via libspeex support in ffmpeg

Feature: theora
Build-Depends: libtheora
Description: Theora encoding via libtheora support in ffmpeg

Feature: vorbis
Build-Depends: libvorbis
Description: Vorbis en/decoding via libvorbis support in ffmpeg

Feature: vpx
Build-Depends: libvpx
Description: VP8 and VP9 de/encoding via libvpx support in ffmpeg

Feature: wavpack
Build-Depends: wavpack
Description: wavpack encoding via libwavpack support in ffmpeg

Feature: x264
Build-Depends: x264, ffmpeg[gpl]
Description: H.264 encoding via x264 support in ffmpeg

Feature: x265
Build-Depends: x265, ffmpeg[gpl]
Description: HEVC encoding via x265 support in ffmpeg

Feature: zlib
Build-Depends: zlib
Description: zlib support in ffmpeg
Loading