ffmpeg git: adjust staging
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Jul 2008 08:34:22 +0000 (08:34 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 10 Jul 2008 08:34:22 +0000 (08:34 +0000)
packages/ffmpeg/ffmpeg_git.bb

index 41ce4ce..0c9936a 100644 (file)
@@ -42,7 +42,7 @@ EXTRA_OECONF = " \
         --enable-libfaadbin \
         --enable-libgsm \
         --enable-libmp3lame \
-        --enable-swscale \
+        --disable-swscale \
         --arch=${TARGET_ARCH} \
         --enable-cross-compile \
         --extra-cflags="${TARGET_CFLAGS} ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}" \
@@ -63,7 +63,7 @@ do_stage() {
         for lib in libavcodec libavdevice libavformat \
                    libavutil libpostproc libswscale
         do
-            oe_libinstall -a -so -C $lib $lib ${STAGING_LIBDIR}
+            oe_libinstall -a -so -C $lib $lib ${STAGING_LIBDIR} || true
             install -d ${STAGING_INCDIR}/$lib 
         done