[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 718, Sat Dec 14 09:28:56 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.5 2002-12-14 09:28:56 suxen_drol Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 41  Line 41 
41      # PSNR during encoding      # PSNR during encoding
42  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
43    
 # Enable BFrame decoding (still beta)  
 # CFLAGS += -DBRAMES_DEC  
   
44  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
45    
46  ifeq ($(CC),icc)  ifeq ($(CC),icc)
# Line 63  Line 60 
60    
61    
62    # General Optimization options    # General Optimization options
63        # Optimize code for size (implies -O2)        # on gcc 2.95 using -Os (which implies -O2) might be faster
64    CFLAGS += -Os    CFLAGS += -O2
65        # Unroll loops code, this might speed up loops        # Unroll loops code, this might speed up loops
66    CFLAGS += -funroll-loops    CFLAGS += -funroll-loops
67        # Generates FPU math code        # Generates FPU math code
# Line 142  Line 139 
139  #############################################################################  #############################################################################
140    
141  %.o: %.asm  %.o: %.asm
142          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
143    
144  RM = rm -rf  RM = rm -rf
145    

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

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