[MPlayer-cvslog] r32409 - trunk/configure

reimar subversion at mplayerhq.hu
Wed Sep 29 20:53:40 CEST 2010


Author: reimar
Date: Wed Sep 29 20:53:39 2010
New Revision: 32409

Log:
Move config.asm back to root and append a '/' to SRC_PATH
to fix compilation issues with nasm.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Sep 29 20:26:12 2010	(r32408)
+++ trunk/configure	Wed Sep 29 20:53:39 2010	(r32409)
@@ -8262,7 +8262,7 @@ YASMDEP    = $_yasm
 YASMFLAGS  = $YASMFLAGS
 
 CONFIG_STATIC = yes
-SRC_PATH      = ../..
+SRC_PATH      = ../../
 BUILD_ROOT    = ..
 LIBPREF       = lib
 LIBSUF        = .a
@@ -8850,7 +8850,7 @@ for part in $arch $subarch; do
   echo "%define ARCH_${part}" >> "$TMPS"
 done
 
-cmp -s "$TMPS" ffmpeg/config.asm || mv -f "$TMPS" ffmpeg/config.asm
+cmp -s "$TMPS" config.asm || mv -f "$TMPS" config.asm
 fi
 
 


More information about the MPlayer-cvslog mailing list