[oe-commits] org.oe.dev ffmpeg git: enable software scaler

koen commit oe at amethyst.openembedded.net
Mon Sep 1 17:55:03 UTC 2008


ffmpeg git: enable software scaler

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 6da9c24a1aa1d725d11e49afc21499e8004735a3
ViewMTN: http://monotone.openembedded.org/revision/info/6da9c24a1aa1d725d11e49afc21499e8004735a3
Files:
1
packages/ffmpeg/ffmpeg_git.bb
Diffs:

#
# mt diff -r5603a4389d2b0526416da6cd0304360b5c7f2fee -r6da9c24a1aa1d725d11e49afc21499e8004735a3
#
#
#
# patch "packages/ffmpeg/ffmpeg_git.bb"
#  from [b95d010568a0ab37a6ab0ef5c267c9d3580ace9d]
#    to [837a41171d7bc2826dbcf02c9c62aa91c7e8f655]
#
============================================================
--- packages/ffmpeg/ffmpeg_git.bb	b95d010568a0ab37a6ab0ef5c267c9d3580ace9d
+++ packages/ffmpeg/ffmpeg_git.bb	837a41171d7bc2826dbcf02c9c62aa91c7e8f655
@@ -3,7 +3,7 @@ PV = "0.4.9+${PR}+gitr${SRCREV}" 
 DEPENDS += "libgsm"
 
 PV = "0.4.9+${PR}+gitr${SRCREV}" 
-PR = "r21"
+PR = "r22"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_armv5te = "1"
@@ -44,7 +44,7 @@ EXTRA_OECONF = " \
         --enable-libfaadbin \
         --enable-libgsm \
         --enable-libmp3lame \
-        --disable-swscale \
+        --enable-swscale \
         --arch=${TARGET_ARCH} \
         --enable-cross-compile \
         --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \






More information about the Openembedded-commits mailing list