From 9aa435b5ba250488f44f4a9310a2c10f4f1ef101 Mon Sep 17 00:00:00 2001 From: Nick Kurshev Date: Tue, 31 Jul 2001 05:46:36 +0000 Subject: [PATCH] Remove unnecessary record Originally committed as revision 26 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 1da2ce32f8..5109376c30 100755 --- a/configure +++ b/configure @@ -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