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

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

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

revision 191, Sun Jun 9 12:18:23 2002 UTC revision 266, Sun Jul 7 11:21:20 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.2 2002-06-09 12:18:23 edgomez Exp $  # $Id: Makefile.linux,v 1.4 2002-07-07 11:21:20 chl Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 36  Line 36 
36  CFLAGS += -DARCH_X86  CFLAGS += -DARCH_X86
37  CFLAGS += -DLINUX  CFLAGS += -DLINUX
38    
39    # Enable multithreaded ME (experimental), other routines to follow
40    # CFLAGS += -D_SMP
41    
42  # Enable some experimental/debugging code  # Enable some experimental/debugging code
43  #   (Use only if you know what you're doing !)  #   (Use only if you know what you're doing !)
44  # CFLAGS += -D_DEBUG      # PSNR during encoding
45    # CFLAGS += -D_DEBUG_PSNR
46        # BFRAMES encoding
47  # CFLAGS += -DBFRAMES  # CFLAGS += -DBFRAMES
48        # BFRAMES decoding
49    # CFLAGS += -DBFRAMES_DEC
50    
51  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
52    

Legend:
Removed from v.191  
changed lines
  Added in v.266

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