1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove unnecessary record

Originally committed as revision 26 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Nick Kurshev 2001-07-31 05:46:36 +00:00
parent 96f4e5135c
commit 9aa435b5ba

1
configure vendored
View File

@ -83,7 +83,6 @@ if [ "$gprof" = "yes" ] ; then
echo "TARGET_GPROF=yes" >> config.mak echo "TARGET_GPROF=yes" >> config.mak
echo "#define HAVE_GPROF 1" >> config.h echo "#define HAVE_GPROF 1" >> config.h
fi fi
echo "#define BIN_PORTABILITY 1 /*undefine it if you want to get maximal performance*/" >> config.h
# if you do not want to use encoders, disable that. # if you do not want to use encoders, disable that.
echo "#define CONFIG_ENCODERS 1" >> config.h echo "#define CONFIG_ENCODERS 1" >> config.h