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:
9ebdf3e
)
Make av_always_inline a no-op when --disable-optimizations is supplied to
author
Jeff Downs
<heydowns@borg.com>
Thu, 30 Jul 2009 22:41:05 +0000
(22:41 +0000)
committer
Jeff Downs
<heydowns@borg.com>
Thu, 30 Jul 2009 22:41:05 +0000
(22:41 +0000)
configure
Originally committed as revision 19555 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index c9c48165b68eeff62b7c69408e9f0e5bfaa2c90e..6174f107d1d937f6f9e06813f11acdeea4b4dcbe 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2654,7
+2654,7
@@
print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \
echo "#define restrict $_restrict" >> $TMPH
-if enabled small; then
+if enabled small
|| disabled optimizations
; then
echo "#define av_always_inline" >> $TMPH
fi