[svn] / branches / dev-api-3 / xvidcore / build / generic / Makefile.linux Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/build/generic/Makefile.linux

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

revision 394, Wed Sep 4 18:58:27 2002 UTC revision 717, Sat Dec 14 08:14:37 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.6.2.1 2002-09-04 18:58:27 chl Exp $  # $Id: Makefile.linux,v 1.6.2.4 2002-12-14 08:14:37 suxen_drol Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 43  Line 43 
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
45  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
     # BFRAMES encoding  
 # CFLAGS += -DBFRAMES  
     # BFRAMES decoding  
 # CFLAGS += -DBFRAMES_DEC  
46    
47  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
48    
# Line 139  Line 135 
135  #############################################################################  #############################################################################
136    
137  %.o: %.asm  %.o: %.asm
138          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
139    
140  RM = rm -rf  RM = rm -rf
141    

Legend:
Removed from v.394  
changed lines
  Added in v.717

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