--- trunk/xvidcore/build/generic/Makefile.linux 2002/06/09 12:18:23 191 +++ trunk/xvidcore/build/generic/Makefile.linux 2002/07/09 21:39:19 276 @@ -4,7 +4,7 @@ # # Edit this file to enable/disable optimizations # -# $Id: Makefile.linux,v 1.2 2002-06-09 12:18:23 edgomez Exp $ +# $Id: Makefile.linux,v 1.5 2002-07-09 21:39:19 chl Exp $ # ############################################################################# @@ -36,10 +36,17 @@ CFLAGS += -DARCH_X86 CFLAGS += -DLINUX +# Enable multithreaded ME (experimental), other routines to follow +# CFLAGS += -D_SMP + # Enable some experimental/debugging code # (Use only if you know what you're doing !) -# CFLAGS += -D_DEBUG + # PSNR during encoding +# CFLAGS += -D_DEBUG_PSNR + # BFRAMES encoding # CFLAGS += -DBFRAMES + # BFRAMES decoding +# CFLAGS += -DBFRAMES_DEC LIBDIR = /usr/local/lib @@ -83,6 +90,8 @@ # CFLAGS += -march=i486 -mcpu=i486 # CFLAGS += -march=i586 -mcpu=i586 # CFLAGS += -march=i686 -mcpu=i686 + # CFLAGS += -march=pentium -mcpu=pentium + # CFLAGS += -march=pentiumpro -mcpu=pentiumpro # Architecture options : Valid for every gcc >= 3.1 # Uncomment the one which you want to compile for