Browse Source

generate ENABLE_* defines also for all the HAVE_* values

Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
f6de217b6c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure

+ 1
- 1
configure View File

@@ -2024,7 +2024,7 @@ fi
echo "LIB_INSTALL_EXTRA_CMD=${LIB_INSTALL_EXTRA_CMD}" >> config.mak
echo "EXTRALIBS=$extralibs" >> config.mak

print_config HAVE_ $TMPH config.mak $HAVE_LIST
print_config_enable HAVE_ $TMPH config.mak $HAVE_LIST
print_config TARGET_ $TMPH config.mak $TARGET_LIST
print_config_enable CONFIG_ $TMPH config.mak $CONFIG_LIST \
$DECODER_LIST \


Loading…
Cancel
Save