diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-23 12:02:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-23 12:19:32 +0200 |
commit | a99ba54a20d3a2f25db2e39c86b5b69f54dfa2ff (patch) | |
tree | b758c1c9d66971b5201ea731544d4f1d1072fda1 /recipes | |
parent | f18c76c82d0e91533ef3b815a7a2d556f5617de9 (diff) |
ffmpeg svn: bump SRCREV past 0.6 release, enable vpx
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/ffmpeg/ffmpeg_svn.bb | 12 |
1 files changed, 6 insertions, 6 deletions
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}" \ |