[svn] / trunk / xvidcore / build / generic / Makefile.linux Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/Makefile.linux

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 236, Sun Jun 23 19:48:06 2002 UTC revision 276, Tue Jul 9 21:39:19 2002 UTC
# Line 4  Line 4 
4  #  #
5  # Edit this file to enable/disable optimizations  # Edit this file to enable/disable optimizations
6  #  #
7  # $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 $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 36  Line 36 
36  CFLAGS += -DARCH_X86  CFLAGS += -DARCH_X86
37  CFLAGS += -DLINUX  CFLAGS += -DLINUX
38    
39    # Enable multithreaded ME (experimental), other routines to follow
40    # CFLAGS += -D_SMP
41    
42  # Enable some experimental/debugging code  # Enable some experimental/debugging code
43  #   (Use only if you know what you're doing !)  #   (Use only if you know what you're doing !)
44      # PSNR during encoding      # PSNR during encoding
# Line 87  Line 90 
90    # CFLAGS += -march=i486 -mcpu=i486    # CFLAGS += -march=i486 -mcpu=i486
91    # CFLAGS += -march=i586 -mcpu=i586    # CFLAGS += -march=i586 -mcpu=i586
92    # CFLAGS += -march=i686 -mcpu=i686    # CFLAGS += -march=i686 -mcpu=i686
93      # CFLAGS += -march=pentium -mcpu=pentium
94      # CFLAGS += -march=pentiumpro -mcpu=pentiumpro
95    
96    # Architecture options : Valid for every gcc >= 3.1    # Architecture options : Valid for every gcc >= 3.1
97    # Uncomment the one which you want to compile for    # Uncomment the one which you want to compile for

Legend:
Removed from v.236  
changed lines
  Added in v.276

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4