gstreamer: Add srt support to gst-plugins-bad
This commit is contained in:
parent
c26f2458d2
commit
31981d2cd9
@ -9,6 +9,7 @@
|
|||||||
, libwebp, xvidcore, gnutls, mjpegtools
|
, libwebp, xvidcore, gnutls, mjpegtools
|
||||||
, libGLU_combined, libintl, libgme
|
, libGLU_combined, libintl, libgme
|
||||||
, openssl, x265, libxml2
|
, openssl, x265, libxml2
|
||||||
|
, srt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert faacSupport -> faac != null;
|
assert faacSupport -> faac != null;
|
||||||
@ -74,6 +75,7 @@ stdenv.mkDerivation rec {
|
|||||||
libwebp xvidcore gnutls libGLU_combined
|
libwebp xvidcore gnutls libGLU_combined
|
||||||
libgme openssl x265 libxml2
|
libgme openssl x265 libxml2
|
||||||
libintl
|
libintl
|
||||||
|
srt
|
||||||
]
|
]
|
||||||
++ optional faacSupport faac
|
++ optional faacSupport faac
|
||||||
++ optional stdenv.isLinux wayland
|
++ optional stdenv.isLinux wayland
|
||||||
|
Loading…
Reference in New Issue
Block a user