[cvs] / xvidcore / build / generic / Makefile.linuxx86 Repository:
ViewVC logotype

Diff of /xvidcore/build/generic/Makefile.linuxx86

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

revision 1.1, Sun Sep 22 12:10:34 2002 UTC revision 1.3, Fri Oct 25 11:29:07 2002 UTC
# Line 42  Line 42 
42  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
43    
44  # Enable BFrame decoding (still beta)  # Enable BFrame decoding (still beta)
45  # CFLAGS += -DBRAMES_DEC  # CFLAGS += -DBFRAMES_DEC
46    
47  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
48    
# Line 63  Line 63 
63    
64    
65    # General Optimization options    # General Optimization options
66        # Optimize code for size (implies -O2)        # on gcc 2.95 using -Os (which implies -O2) might be faster
67    CFLAGS += -Os    CFLAGS += -O2
68        # Unroll loops code, this might speed up loops        # Unroll loops code, this might speed up loops
69    CFLAGS += -funroll-loops    CFLAGS += -funroll-loops
70        # Generates FPU math code        # Generates FPU math code

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

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