Commit 6a74d93d authored by diego's avatar diego

Undefine av_always_inline before setting it to an empty value.

This avoids a ton of redefinition warnings.
patch by Jeff Downs, heydowns borg com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 28df9616
......@@ -2655,6 +2655,7 @@ print_config CONFIG_ $TMPH config.mak $CONFIG_LIST \
echo "#define restrict $_restrict" >> $TMPH
if enabled small; then
echo "#undef av_always_inline" >> $TMPH
echo "#define av_always_inline" >> $TMPH
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment