summary refs log tree commit diff
path: root/pkgs/development/libraries/ffmpeg-full
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2020-06-12 12:58:35 +0800
committerJon <jonringer@users.noreply.github.com>2020-06-12 17:18:38 -0700
commit3e10731b0868ff766bca498fdb77202176272e7e (patch)
tree4fbb60a361c14265c04c8c002d289835a425557a /pkgs/development/libraries/ffmpeg-full
parent1c4480e9318fa211568dcb6b71ff039ae9c5595a (diff)
downloadnixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.tar
nixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.tar.gz
nixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.tar.bz2
nixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.tar.lz
nixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.tar.xz
nixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.tar.zst
nixpkgs-3e10731b0868ff766bca498fdb77202176272e7e.zip
ffmpeg-full: add librsvg support
Diffstat (limited to 'pkgs/development/libraries/ffmpeg-full')
-rw-r--r--pkgs/development/libraries/ffmpeg-full/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/libraries/ffmpeg-full/default.nix b/pkgs/development/libraries/ffmpeg-full/default.nix
index 4f03f775fff..95be159b2e1 100644
--- a/pkgs/development/libraries/ffmpeg-full/default.nix
+++ b/pkgs/development/libraries/ffmpeg-full/default.nix
@@ -82,6 +82,7 @@
 #, libnut ? null # NUT (de)muxer, native (de)muser exists
 , libogg ? null # Ogg container used by vorbis & theora
 , libopus ? null # Opus de/encoder
+, librsvg ? null # SVG protocol
 , libssh ? null # SFTP protocol
 , libtheora ? null # Theora encoder
 , libv4l ? null # Video 4 Linux support
@@ -355,6 +356,7 @@ stdenv.mkDerivation rec {
     (enableFeature (libmysofa != null) "libmysofa")
     #(enableFeature (libnut != null) "libnut")
     (enableFeature (libopus != null) "libopus")
+    (enableFeature (librsvg != null) "librsvg")
     (enableFeature (libssh != null) "libssh")
     (enableFeature (libtheora != null) "libtheora")
     (enableFeature (if isLinux then libv4l != null else false) "libv4l2")
@@ -416,7 +418,7 @@ stdenv.mkDerivation rec {
   buildInputs = [
     bzip2 celt dav1d fontconfig freetype frei0r fribidi game-music-emu gnutls gsm
     libjack2 ladspaH lame libaom libass libbluray libbs2b libcaca libdc1394 libmodplug libmysofa
-    libogg libopus libssh libtheora libvdpau libvorbis libvpx libwebp libX11
+    libogg libopus librsvg libssh libtheora libvdpau libvorbis libvpx libwebp libX11
     libxcb libXv libXext lzma openal openjpeg libpulseaudio rtmpdump opencore-amr
     samba SDL2 soxr speex vid-stab vo-amrwbenc wavpack x264 x265 xavs xvidcore
     zeromq4 zlib