ARM_INSTRUCTION_SET = "arm"
-DEPENDS = "zlib libogg libvorbis faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
+DEPENDS = "zlib libogg libvorbis libtheora faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
RSUGGESTS = "mplayer"
inherit autotools pkgconfig
PE = "1"
PV = "0.4.9+${PR}+gitr${SRCREV}"
-PR = "r37"
+PR = "r38"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_armv5te = "1"
FFBRANCH ?= "master"
# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
-SRCREV = "ffbaebee2114d4dc98125959be102b95c60d6c83"
-SRCREV_arm = "48518fbebda89c8f30146696a0be7c4ffa45465c"
-SRCREV_libswscale = "83327f385bf51acc4527fe72b73dd29b4b93ad7d"
+SRCREV = "997df8779ce24088d0ebf77aa36f71280785a549"
+SRCREV_arm = "e4f37d7bc8ebd5e63ce57af157c2ebebfdf871fa"
+SRCREV_libswscale = "b2e1c8222eeef74b0ca8053b400957dd69e18e4d"
SRC_URI = "git://git.mansr.com/ffmpeg.mru;protocol=git;branch=${FFBRANCH} \
"
--enable-libgsm \
--enable-libmp3lame \
--enable-libschroedinger \
- --enable-swscale \
+ --enable-libtheora \
+ --enable-libvorbis \
+ --enable-swscale \
--arch=${TARGET_ARCH} \
--enable-cross-compile \
--extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \