diff options
Diffstat (limited to 'recipes/gstreamer/gst-plugins-base_0.10.25.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.25.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb new file mode 100644 index 0000000000..b00234de2c --- /dev/null +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -0,0 +1,12 @@ +require gst-plugins.inc + +PR = "${INC_PR}.0" + +PROVIDES += "gst-plugins" + +# gst-plugins-base only builds the alsa plugin +# if alsa has been built and is present. You will +# not get an error if this is not present, just +# a missing alsa plugin +DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + |