Enable opencore-amr in ffmpeg-full
This commit is contained in:
parent
b48ffa332b
commit
7e943b5fdb
@ -100,7 +100,7 @@
|
|||||||
, nvenc ? false, nvidia-video-sdk ? null # NVIDIA NVENC support
|
, nvenc ? false, nvidia-video-sdk ? null # NVIDIA NVENC support
|
||||||
, openal ? null # OpenAL 1.1 capture support
|
, openal ? null # OpenAL 1.1 capture support
|
||||||
#, opencl ? null # OpenCL code
|
#, opencl ? null # OpenCL code
|
||||||
#, opencore-amr ? null # AMR-NB de/encoder & AMR-WB decoder
|
, opencore-amr ? null # AMR-NB de/encoder & AMR-WB decoder
|
||||||
#, opencv ? null # Video filtering
|
#, opencv ? null # Video filtering
|
||||||
, openglExtlib ? false, mesa ? null # OpenGL rendering
|
, openglExtlib ? false, mesa ? null # OpenGL rendering
|
||||||
#, openh264 ? null # H.264/AVC encoder
|
#, openh264 ? null # H.264/AVC encoder
|
||||||
@ -155,7 +155,7 @@
|
|||||||
*
|
*
|
||||||
* Not packaged:
|
* Not packaged:
|
||||||
* aacplus avisynth cdio-paranoia crystalhd libavc1394 libiec61883
|
* aacplus avisynth cdio-paranoia crystalhd libavc1394 libiec61883
|
||||||
* libmxf libnut libquvi nvenc opencl opencore-amr openh264 oss shine twolame
|
* libmxf libnut libquvi nvenc opencl openh264 oss shine twolame
|
||||||
* utvideo vo-aacenc vo-amrwbenc xvmc zvbi blackmagic-design-desktop-video
|
* utvideo vo-aacenc vo-amrwbenc xvmc zvbi blackmagic-design-desktop-video
|
||||||
*
|
*
|
||||||
* Need fixes to support Darwin:
|
* Need fixes to support Darwin:
|
||||||
@ -360,7 +360,7 @@ stdenv.mkDerivation rec {
|
|||||||
(enableFeature nvenc "nvenc")
|
(enableFeature nvenc "nvenc")
|
||||||
(enableFeature (openal != null) "openal")
|
(enableFeature (openal != null) "openal")
|
||||||
#(enableFeature opencl "opencl")
|
#(enableFeature opencl "opencl")
|
||||||
#(enableFeature (opencore-amr != null && version3Licensing) "libopencore-amrnb")
|
(enableFeature (opencore-amr != null && version3Licensing) "libopencore-amrnb")
|
||||||
#(enableFeature (opencv != null) "libopencv")
|
#(enableFeature (opencv != null) "libopencv")
|
||||||
(enableFeature openglExtlib "opengl")
|
(enableFeature openglExtlib "opengl")
|
||||||
#(enableFeature (openh264 != null) "openh264")
|
#(enableFeature (openh264 != null) "openh264")
|
||||||
@ -403,7 +403,7 @@ stdenv.mkDerivation rec {
|
|||||||
bzip2 celt fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
|
bzip2 celt fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
|
||||||
libjack2 ladspaH lame libass libbluray libbs2b libcaca libdc1394 libmodplug
|
libjack2 ladspaH lame libass libbluray libbs2b libcaca libdc1394 libmodplug
|
||||||
libogg libopus libssh libtheora libvdpau libvorbis libvpx libwebp libX11
|
libogg libopus libssh libtheora libvdpau libvorbis libvpx libwebp libX11
|
||||||
libxcb libXv lzma openal openjpeg_1 libpulseaudio rtmpdump
|
libxcb libXv lzma openal openjpeg_1 libpulseaudio rtmpdump opencore-amr
|
||||||
samba SDL2 soxr speex vid-stab wavpack x264 x265 xavs xvidcore zeromq4 zlib
|
samba SDL2 soxr speex vid-stab wavpack x264 x265 xavs xvidcore zeromq4 zlib
|
||||||
] ++ optional openglExtlib mesa
|
] ++ optional openglExtlib mesa
|
||||||
++ optionals nonfreeLicensing [ fdk_aac openssl ]
|
++ optionals nonfreeLicensing [ fdk_aac openssl ]
|
||||||
|
Loading…
Reference in New Issue
Block a user