summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e2f455991..000000000
--- a/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-ugly-0.10.4/configure.ac.old 2006-09-01 18:55:40.000000000 +0100
-+++ gst-plugins-ugly-0.10.4/configure.ac 2006-09-01 18:56:36.000000000 +0100
-@@ -282,7 +282,7 @@
- LAME_LIBS="-lmp3lame -lm"
- dnl is lame presets available
- LAME_CFLAGS=""
-- AC_TRY_RUN([
-+ AC_TRY_COMPILE([
- #include <lame/lame.h>
- int main (int argc, char *argv[])
- {
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 b46500dae..052ae276e 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 @@
require gst-plugins.inc
DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
-PR = "r5"
+PR = "r0"
-SRC_URI += " file://lame-autoconf.patch;patch=1"
EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
do_configure_prepend() {