diff configure @ 32320:d7de0c0de45c

config.asm should be generate in ffmpeg/, not the root.
author reimar
date Wed, 29 Sep 2010 18:05:27 +0000
parents ad6178f15dd1
children 44f7f5dd379f
line wrap: on
line diff
--- a/configure	Wed Sep 29 16:15:42 2010 +0000
+++ b/configure	Wed Sep 29 18:05:27 2010 +0000
@@ -8839,7 +8839,7 @@
   echo "%define ARCH_${part}" >> "$TMPS"
 done
 
-cmp -s "$TMPS" config.asm || mv -f "$TMPS" config.asm
+cmp -s "$TMPS" ffmpeg/config.asm || mv -f "$TMPS" ffmpeg/config.asm
 fi