mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
8dfa86f78a
commit
c7f7978ae3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue