diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-06-15 18:17:42 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-06-15 18:17:42 +0000 |
commit | f6de217b6c462df8d53fa28a3db54ee5160b8f76 (patch) | |
tree | 4fc241f06db864ca4035a83b1336abe73e7039b0 /configure | |
parent | 629272d86f8c4dcfd6c38b9000bb6872f0a229a3 (diff) | |
download | ffmpeg-f6de217b6c462df8d53fa28a3db54ee5160b8f76.tar.gz |
generate ENABLE_* defines also for all the HAVE_* values
Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |