diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-06-18 14:55:40 +0530 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2020-06-18 10:34:59 +0000 |
commit | a8e919ea9d769f6a8e53d906a660ca5ba8a14d46 (patch) | |
tree | 51636629cb279328ee5d50cbeefcd2e38374df33 | |
parent | 12873aaaf2ffecc202fc53f79388f16b5efd4477 (diff) |
gst-plugins-base.recipe: Re-add cdparanoia dep
This was accidentally removed when I reworked the option= kwarg.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/517>
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index f761cd59..dc068082 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -201,7 +201,7 @@ class Recipe(custom.GStreamer): self.append_env('CFLAGS', '-DGSTREAMER_GLIB_COCOA_NSAPPLICATION=1') self.append_env('OBJCFLAGS', '-DGSTREAMER_GLIB_COCOA_NSAPPLICATION=1') - self.enable_plugin('cdparanoia', 'sys', 'cdparanoia') + self.enable_plugin('cdparanoia', 'sys', 'cdparanoia', dep='cdparanoia') self.enable_plugin('ximagesink', 'sys', 'x11') self.enable_plugin('xvimagesink', 'sys', 'x11', option='xvideo') self.enable_plugin('alsa', 'sys', 'alsa') |