You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
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:
1
configure
vendored
1
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user