projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dfa86f
)
configure: define extern symbol prefix without quotes for for asm files
author
Måns Rullgård
<mans@mansr.com>
Fri, 2 Oct 2009 08:41:57 +0000
(08:41 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Fri, 2 Oct 2009 08:41:57 +0000
(08:41 +0000)
Originally committed as revision 20146 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
3511961
..
8c4d767
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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