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

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

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

revision 511, Sun Sep 22 12:10:34 2002 UTC revision 647, Sat Nov 16 11:16:09 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.linuxx86,v 1.1 2002-09-22 12:10:34 edgomez Exp $  # $Id: Makefile.linuxx86,v 1.4 2002-11-16 11:16:09 chl Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# 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
# Line 142  Line 142 
142  #############################################################################  #############################################################################
143    
144  %.o: %.asm  %.o: %.asm
145          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
146    
147  RM = rm -rf  RM = rm -rf
148    

Legend:
Removed from v.511  
changed lines
  Added in v.647

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