diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-02-17 11:13:15 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-17 11:13:15 +0100 |
| commit | 8d3590d4b0141b00e2430db67fafb2546b56ec26 (patch) | |
| tree | cf2d32be603198041fa1750a2289579c394166d8 /package | |
| parent | d413fd4c22e041b8afe94c34bf0f5d39206ea0e4 (diff) | |
| download | buildroot-8d3590d4b0141b00e2430db67fafb2546b56ec26.tar.gz buildroot-8d3590d4b0141b00e2430db67fafb2546b56ec26.zip | |
gst1-plugins-bad: add assrender option
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
| -rw-r--r-- | package/gstreamer1/gst1-plugins-bad/Config.in | 4 | ||||
| -rw-r--r-- | package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 95d1f1346b..25be9cea2a 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -318,6 +318,10 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK bool "apexsink" select BR2_PACKAGE_OPENSSL +config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER + bool "assrender" + select BR2_PACKAGE_LIBASS + config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC bool "voaacenc" select BR2_PACKAGE_VO_AACENC diff --git a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk index 1ad76fe8c4..dbd0625379 100644 --- a/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk +++ b/package/gstreamer1/gst1-plugins-bad/gst1-plugins-bad.mk @@ -39,7 +39,6 @@ GST1_PLUGINS_BAD_CONF_OPT += \ --disable-mfc \ --disable-opensles \ --disable-uvch264 \ - --disable-assrender \ --disable-voamrwbenc \ --disable-chromaprint \ --disable-dash \ @@ -510,6 +509,13 @@ else GST1_PLUGINS_BAD_CONF_OPT += --disable-apexsink endif +ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER),y) +GST1_PLUGINS_BAD_CONF_OPT += --enable-assrender +GST1_PLUGINS_BAD_DEPENDENCIES += libass +else +GST1_PLUGINS_BAD_CONF_OPT += --disable-assrender +endif + ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC),y) GST1_PLUGINS_BAD_CONF_OPT += --enable-voaacenc GST1_PLUGINS_BAD_DEPENDENCIES += vo-aacenc |

