This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Make av_always_inline a no-op when --disable-optimizations is supplied to
configure Originally committed as revision 19555 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Jeff Downs
16 years ago
parent
9ebdf3ec93
commit
abbe30ad89
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save