diff options
author | Nick Kurshev <nickols_k@mail.ru> | 2001-07-31 05:46:36 +0000 |
---|---|---|
committer | Nick Kurshev <nickols_k@mail.ru> | 2001-07-31 05:46:36 +0000 |
commit | 9aa435b5ba250488f44f4a9310a2c10f4f1ef101 (patch) | |
tree | f3062f863be1d6a96bc45826b842873df1a113ba /configure | |
parent | 96f4e5135c8fa1361c8e54dfcab4d4132bd68efd (diff) | |
download | ffmpeg-9aa435b5ba250488f44f4a9310a2c10f4f1ef101.tar.gz |
Remove unnecessary record
Originally committed as revision 26 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -83,7 +83,6 @@ if [ "$gprof" = "yes" ] ; then echo "TARGET_GPROF=yes" >> config.mak echo "#define HAVE_GPROF 1" >> config.h 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. echo "#define CONFIG_ENCODERS 1" >> config.h |