diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb index d3fbd12a6f..1370380b94 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | |||
@@ -27,26 +27,6 @@ SRCREV_FORMAT = "base" | |||
27 | 27 | ||
28 | S = "${WORKDIR}/git" | 28 | S = "${WORKDIR}/git" |
29 | 29 | ||
30 | # over-ride the default hls PACKAGECONFIG in gstreamer1.0-plugins-bad.inc to | ||
31 | # pass an additional --with-hls-crypto=XXX option (new in 1.7.x) and switch HLS | ||
32 | # AES decryption from nettle to openssl (ie a shared dependency with dtls). | ||
33 | # This should move back to the common .inc once the main recipe updates to 1.8.x | ||
34 | PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" | ||
35 | |||
36 | # The tinyalsa plugin was added prior to the 1.7.2 release | ||
37 | # https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c8bd74fa9a81398f57d976c478d2043f30188684 | ||
38 | PACKAGECONFIG[tinyalsa] = "--enable-tinyalsa,--disable-tinyalsa,tinyalsa" | ||
39 | |||
40 | # The vulkan based video sink plugin was added prior to the 1.7.2 release | ||
41 | # https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5de6dd9f40629562acf90e35e1fa58464d66617d | ||
42 | PACKAGECONFIG[vulkan] = "--enable-vulkan,--disable-vulkan,libxcb" | ||
43 | |||
44 | # The dependency-less netsim plugin was added prior to the 1.7.2 release | ||
45 | # https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e3f9e854f08e82bfab11182c5a2aa6f9a0c73cd5 | ||
46 | EXTRA_OECONF += " \ | ||
47 | --enable-netsim \ | ||
48 | " | ||
49 | |||
50 | do_configure_prepend() { | 30 | do_configure_prepend() { |
51 | ${S}/autogen.sh --noconfigure | 31 | ${S}/autogen.sh --noconfigure |
52 | } | 32 | } |