diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-01 18:21:31 +0530 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-12-01 18:21:31 +0530 |
commit | 6c3df3eb0e2772c61dc3ffb7386f5adf90a7553a (patch) | |
tree | ea4a2c550ebd7eb06e3a485670f060686ae27b78 /recipes/gstreamer/gst-plugins-base_0.10.25.bb | |
parent | 00ea05d9622d5ae732e53e4772e598137d8c309c (diff) | |
parent | 237cbb465699c4503598ef606f6d3b7e5ab45e7f (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gstreamer/gst-plugins-base_0.10.25.bb')
-rw-r--r-- | recipes/gstreamer/gst-plugins-base_0.10.25.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb index 5862a65eb2..2b33c23c3a 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -1,6 +1,6 @@ require gst-plugins.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" PROVIDES += "gst-plugins" @@ -8,5 +8,5 @@ PROVIDES += "gst-plugins" # 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 += "pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" +DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" |