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-plugins-base_0.10.29.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-plugins-base_0.10.29.bb')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb index bfbe28108d..c1d2f1e9dd 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.29.bb | |||
| @@ -6,15 +6,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
| 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ | 6 | file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605 \ |
| 7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" | 7 | file://gst/ffmpegcolorspace/utils.c;beginline=1;endline=20;md5=9c83a200b8e597b26ca29df20fc6ecd0" |
| 8 | 8 | ||
| 9 | DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv" | 9 | DEPENDS += "virtual/libx11 alsa-lib freetype gnome-vfs liboil libogg libvorbis libxv libtheora" |
| 10 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ | 10 | RDEPENDS += "gnome-vfs-plugin-file gnome-vfs-plugin-http gnome-vfs-plugin-ftp \ |
| 11 | gnome-vfs-plugin-sftp" | 11 | gnome-vfs-plugin-sftp" |
| 12 | 12 | ||
| 13 | PR = "r0" | 13 | PR = "r1" |
| 14 | 14 | ||
| 15 | inherit gettext | 15 | inherit gettext |
| 16 | 16 | ||
| 17 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora" | 17 | EXTRA_OECONF += "--disable-freetypetest --disable-pango" |
| 18 | 18 | ||
| 19 | do_configure_prepend() { | 19 | do_configure_prepend() { |
| 20 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 20 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
