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

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

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

trunk/xvidcore/build/generic/Makefile.linuxx86 revision 511, Sun Sep 22 12:10:34 2002 UTC branches/dev-api-3/xvidcore/build/generic/Makefile.linuxx86 revision 785, Mon Jan 13 18:20:20 2003 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.2.2 2003-01-13 18:20:20 chl 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 142  Line 139 
139  #############################################################################  #############################################################################
140    
141  %.o: %.asm  %.o: %.asm
142          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
143    
144    
145  RM = rm -rf  RM = rm -rf
146    
# Line 172  Line 170 
170  install-test: $(LIBSO)  install-test: $(LIBSO)
171          cp $(LIBSO) $(LIBDIR)/libtestcore.so          cp $(LIBSO) $(LIBDIR)/libtestcore.so
172          /sbin/ldconfig          /sbin/ldconfig
173    
174    install-branch: $(LIBSO)
175            cp $(LIBSO) $(LIBDIR)/libxvidbranch.so
176            /sbin/ldconfig
177    

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

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