summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ffmpeg/ffmpeg_svn.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/ffmpeg/ffmpeg_svn.bb b/recipes/ffmpeg/ffmpeg_svn.bb
index c7aaa7127c..8e1f5e4161 100644
--- a/recipes/ffmpeg/ffmpeg_svn.bb
+++ b/recipes/ffmpeg/ffmpeg_svn.bb
@@ -2,11 +2,11 @@ require ffmpeg.inc
DEPENDS += "schroedinger libgsm"
-SRCREV = "16396"
+SRCREV = "19894"
PE = "1"
-PV = "0.4.9+svnr${SRCREV}"
-PR = "r2"
+PV = "0.5.0+${PR}+svnr${SRCREV}"
+PR = "r0"
DEFAULT_PREFERENCE = "-1"
@@ -42,7 +42,8 @@ EXTRA_OECONF = " \
--enable-libgsm \
--enable-libmp3lame \
--enable-libschroedinger \
- --enable-swscale \
+ --enable-libtheora \
+ --enable-libvorbis \
--arch=${TARGET_ARCH} \
--enable-cross-compile \
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \