summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-05-22 08:59:01 +0000
committerRoss Burton <ross@openedhand.com>2008-05-22 08:59:01 +0000
commit0ce2f383d6e52a907fae86b95df889a8bf9daa8c (patch)
tree08fa1664681d6bd07ae90caff708ee65e29401fd /meta/packages/gstreamer
parentce433abff4b7d3b815bed2f109ad93c88b7a2d32 (diff)
downloadpoky-0ce2f383d6e52a907fae86b95df889a8bf9daa8c.tar.gz
gst-plugins-ugly: upgrade to 0.10.6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4537 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch11
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb (renamed from meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb)3
2 files changed, 1 insertions, 13 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch b/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch
deleted file mode 100644
index e2f455991a..0000000000
--- a/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- gst-plugins-ugly-0.10.4/configure.ac.old 2006-09-01 18:55:40.000000000 +0100
2+++ gst-plugins-ugly-0.10.4/configure.ac 2006-09-01 18:56:36.000000000 +0100
3@@ -282,7 +282,7 @@
4 LAME_LIBS="-lmp3lame -lm"
5 dnl is lame presets available
6 LAME_CFLAGS=""
7- AC_TRY_RUN([
8+ AC_TRY_COMPILE([
9 #include <lame/lame.h>
10 int main (int argc, char *argv[])
11 {
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb
index b46500dae9..052ae276ee 100644
--- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
+++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb
@@ -1,8 +1,7 @@
1require gst-plugins.inc 1require gst-plugins.inc
2DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" 2DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
3PR = "r5" 3PR = "r0"
4 4
5SRC_URI += " file://lame-autoconf.patch;patch=1"
6EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" 5EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
7 6
8do_configure_prepend() { 7do_configure_prepend() {