diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-20 16:17:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 16:17:18 +0200 |
commit | fce62e09909e6cf915ccbe0914ddd7acc6df2003 (patch) | |
tree | c0163a227e1e267413f1a1018cdc88941fa957e6 /recipes/gstreamer | |
parent | ca79c209bdf8c1937005245197bc368c155b8ff7 (diff) |
gst-plugins-base: update to 0.10.23
Diffstat (limited to 'recipes/gstreamer')
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.23.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.23.bb b/recipes/gstreamer/gst-plugins-base_0.10.23.bb new file mode 100644 index 0000000000..d3bfb6c671 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-base_0.10.23.bb @@ -0,0 +1,10 @@ +require gst-plugins.inc + +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" + |