configure: define extern symbol prefix without quotes for for asm files

Originally committed as revision 20146 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2009-10-02 08:41:57 +00:00
parent 8dfa86f78a
commit c7f7978ae3
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2726,6 +2726,7 @@ enabled asmalign_pot &&
printf '#define ASMALIGN(ZEROBITS) ".align 1 << " #ZEROBITS "\\n\\t"\n' >> $TMPH
echo "#define EXTERN_PREFIX \"${extern_prefix}\"" >> $TMPH
echo "#define EXTERN_ASM ${extern_prefix}" >> $TMPH
print_config ARCH_ $TMPH config.mak $ARCH_LIST
print_config HAVE_ $TMPH config.mak $HAVE_LIST