From a99ba54a20d3a2f25db2e39c86b5b69f54dfa2ff Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 23 Jun 2010 12:02:44 +0200 Subject: ffmpeg svn: bump SRCREV past 0.6 release, enable vpx --- recipes/ffmpeg/ffmpeg_svn.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/ffmpeg') diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb index 3b8da50b44..d7274b08ba 100644 --- a/recipes/ffmpeg/ffmpeg_svn.bb +++ b/recipes/ffmpeg/ffmpeg_svn.bb @@ -1,10 +1,11 @@ require ffmpeg.inc -DEPENDS += "schroedinger libgsm" +DEPENDS += "schroedinger libgsm libvpx" -SRCREV = "22521" +# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes +SRCREV = "23733" -PV = "0.5.0+${PR}+svnr${SRCPV}" +PV = "0.6+${PR}+svnr${SRCPV}" PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" @@ -35,15 +36,14 @@ EXTRA_OECONF = " \ \ --enable-x11grab \ --enable-libfaac \ - --enable-libfaad \ - --enable-libfaadbin \ --enable-libgsm \ --enable-libmp3lame \ --enable-libschroedinger \ --enable-libtheora \ --enable-libvorbis \ + --enable-libvpx \ --arch=${TARGET_ARCH} \ - --target-os="linux" \ + --target-os="linux" \ --enable-cross-compile \ --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \ --extra-ldflags="${TARGET_LDFLAGS}" \ -- cgit 1.2.3-korg