--- trunk/xvidcore/build/generic/Makefile.linux 2002/06/23 19:48:06 236 +++ 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.3 2002-06-23 19:48:06 edgomez Exp $ +# $Id: Makefile.linux,v 1.5 2002-07-09 21:39:19 chl Exp $ # ############################################################################# @@ -36,6 +36,9 @@ 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 !) # PSNR during encoding @@ -87,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