[cvs] / xvidcore / build / generic / Makefile.cygwin Repository:
ViewVC logotype

Diff of /xvidcore/build/generic/Makefile.cygwin

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

revision 1.4, Sun Sep 22 10:30:04 2002 UTC revision 1.7, Sat Sep 28 03:00:03 2002 UTC
# Line 1  Line 1 
1  #############################################################################  #############################################################################
2  #  #
3  # GNU/Linux Makefile  # Cygwin/Win32 x86 Makefile
4  #  #
5  # Edit this file to enable/disable optimizations  # Edit this file to enable/disable optimizations
6  #  #
# Line 33  Line 33 
33  AFLAGS = -f win32 -DPREFIX  AFLAGS = -f win32 -DPREFIX
34    
35  # Constants which should not be modified  # Constants which should not be modified
36    # Note: the `mingw-runtime` package is required when building with
37    # -DLINUX and -mno-cygwin.
38  CFLAGS += -DARCH_X86  CFLAGS += -DARCH_X86
39  CFLAGS += -DLINUX  CFLAGS += -DLINUX
40  CFLAGS += -UWIN32  CFLAGS += -UWIN32
# Line 44  Line 46 
46  # CFLAGS += -D_DEBUG_PSNR  # CFLAGS += -D_DEBUG_PSNR
47    
48  # Enable BFrame decoding (still beta)  # Enable BFrame decoding (still beta)
49  # CFLAGS += -DBRAMES_DEC  # CFLAGS += -DBFRAMES_DEC
50    
51  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
52    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

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