[MPlayer-cvslog] r33527 - trunk/configure
reimar
subversion at mplayerhq.hu
Mon May 30 22:23:46 CEST 2011
Author: reimar
Date: Mon May 30 22:23:45 2011
New Revision: 33527
Log:
Fix compilation with latest FFmpeg.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon May 30 17:11:30 2011 (r33526)
+++ trunk/configure Mon May 30 22:23:45 2011 (r33527)
@@ -8138,8 +8138,7 @@ YASMDEP = $_yasm
YASMFLAGS = $YASMFLAGS
CONFIG_STATIC = yes
-SRC_PATH = ../../
-BUILD_ROOT = ..
+SRC_PATH = ../
LIBPREF = lib
LIBSUF = .a
LIBNAME = \$(LIBPREF)\$(NAME)\$(LIBSUF)
@@ -8739,7 +8738,7 @@ for part in $arch $subarch; do
done
echo "$(ff_config_enable "$cpuexts_all" "$cpuexts" "%" "HAVE")" >> "$TMPS"
-cmp -s "$TMPS" config.asm || mv -f "$TMPS" config.asm
+cmp -s "$TMPS" ffmpeg/config.asm || mv -f "$TMPS" ffmpeg/config.asm
fi
@@ -8748,6 +8747,10 @@ cat > ffmpeg/config.mak << EOF
include ../../config.mak
EOF
+cat > ffmpeg/config.h << EOF
+#include "../config.h"
+EOF
+
#############################################################################
cat << EOF
More information about the MPlayer-cvslog
mailing list