diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-10-18 10:51:56 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-18 11:27:31 +0100 |
commit | 644e54fef907172487f860b09ad1faf4b6db9e11 (patch) | |
tree | 2a2fb53d2c3c8bb786d76db75c80764f1a9bff30 /meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |
parent | f8c6335e95587a797b0be8cf82315798278069e4 (diff) | |
download | poky-644e54fef907172487f860b09ad1faf4b6db9e11.tar.gz |
gstreamer: add support for theora plugins
Add theora codec and its corresponding lib recipe (import from OE).
This fixes [BUGID #476].
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb index 30adf7a5cf..4d6db6da58 100644 --- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb +++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Gstreamer package groups" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" | 3 | DEPENDS = "gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad" |
4 | 4 | ||
5 | PR = "r7" | 5 | PR = "r8" |
6 | 6 | ||
7 | PACKAGES = "\ | 7 | PACKAGES = "\ |
8 | gst-meta-base \ | 8 | gst-meta-base \ |
@@ -48,6 +48,7 @@ RDEPENDS_gst-meta-video = "\ | |||
48 | gst-meta-base \ | 48 | gst-meta-base \ |
49 | gst-plugins-good-avi \ | 49 | gst-plugins-good-avi \ |
50 | gst-plugins-good-matroska \ | 50 | gst-plugins-good-matroska \ |
51 | gst-plugins-base-theora \ | ||
51 | ${COMMERCIAL_VIDEO_PLUGINS}" | 52 | ${COMMERCIAL_VIDEO_PLUGINS}" |
52 | 53 | ||
53 | RRECOMMENDS_gst-meta-video = "\ | 54 | RRECOMMENDS_gst-meta-video = "\ |