Merge pull request #208673 from fusion2004/add-libopenmpt-to-ffmpeg-full
ffmpeg-full: add libopenmpt
This commit is contained in:
commit
8499f40a14
1 changed files with 3 additions and 1 deletions
|
@ -84,6 +84,7 @@
|
||||||
, libmysofa ? null # HRTF support via SOFAlizer
|
, libmysofa ? null # HRTF support via SOFAlizer
|
||||||
#, libnut ? null # NUT (de)muxer, native (de)muser exists
|
#, libnut ? null # NUT (de)muxer, native (de)muser exists
|
||||||
, libogg ? null # Ogg container used by vorbis & theora
|
, libogg ? null # Ogg container used by vorbis & theora
|
||||||
|
, libopenmpt ? null # Tracked music files decoder
|
||||||
, libopus ? null # Opus de/encoder
|
, libopus ? null # Opus de/encoder
|
||||||
, librsvg ? null # SVG protocol
|
, librsvg ? null # SVG protocol
|
||||||
, libssh ? null # SFTP protocol
|
, libssh ? null # SFTP protocol
|
||||||
|
@ -364,6 +365,7 @@ stdenv.mkDerivation rec {
|
||||||
(enableFeature (libmodplug != null) "libmodplug")
|
(enableFeature (libmodplug != null) "libmodplug")
|
||||||
(enableFeature (libmysofa != null) "libmysofa")
|
(enableFeature (libmysofa != null) "libmysofa")
|
||||||
#(enableFeature (libnut != null) "libnut")
|
#(enableFeature (libnut != null) "libnut")
|
||||||
|
(enableFeature (libopenmpt != null) "libopenmpt")
|
||||||
(enableFeature (libopus != null) "libopus")
|
(enableFeature (libopus != null) "libopus")
|
||||||
(enableFeature (librsvg != null) "librsvg")
|
(enableFeature (librsvg != null) "librsvg")
|
||||||
(enableFeature (srt != null) "libsrt")
|
(enableFeature (srt != null) "libsrt")
|
||||||
|
@ -440,7 +442,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bzip2 celt dav1d fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
|
bzip2 celt dav1d fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
|
||||||
libjack2 ladspaH lame libaom libass libbluray libbs2b libcaca libdc1394 libmodplug libmysofa
|
libjack2 ladspaH lame libaom libass libbluray libbs2b libcaca libdc1394 libmodplug libmysofa
|
||||||
libogg libopus librsvg libssh libtheora libvdpau libvorbis libvpx libwebp libX11
|
libogg libopenmpt libopus librsvg libssh libtheora libvdpau libvorbis libvpx libwebp libX11
|
||||||
libxcb libXv libXext libxml2 xz openal ocl-icd opencl-headers openjpeg libpulseaudio rav1e svt-av1 rtmpdump opencore-amr
|
libxcb libXv libXext libxml2 xz openal ocl-icd opencl-headers openjpeg libpulseaudio rav1e svt-av1 rtmpdump opencore-amr
|
||||||
samba SDL2 soxr speex srt vid-stab vo-amrwbenc x264 x265 xavs xvidcore
|
samba SDL2 soxr speex srt vid-stab vo-amrwbenc x264 x265 xavs xvidcore
|
||||||
zeromq4 zimg zlib openh264
|
zeromq4 zimg zlib openh264
|
||||||
|
|
Loading…
Reference in a new issue