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

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

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

revision 301, Tue Jul 16 17:42:36 2002 UTC revision 336, Wed Jul 24 20:21:55 2002 UTC
# Line 1  Line 1 
1  LIB=libcore.a  LIB=libxvidcore.a
2  LIBSO=libxvidcore.so  LIBSO=libxvidcore.so
3    
4    
# Line 49  Line 49 
49          $(SRCDIR)/utils/x86_asm/cpuid.asm \          $(SRCDIR)/utils/x86_asm/cpuid.asm \
50          \          \
51          $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \          $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \
52            $(SRCDIR)/bitstream/x86_asm/cbp_sse2.asm \
53          $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \          $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \
54          $(SRCDIR)/dct/x86_asm/idct_mmx.asm \          $(SRCDIR)/dct/x86_asm/idct_mmx.asm \
55          $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \          $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \
# Line 65  Line 66 
66          \          \
67          $(SRCDIR)/image/x86_asm/interpolate8x8_xmm.asm  \          $(SRCDIR)/image/x86_asm/interpolate8x8_xmm.asm  \
68          $(SRCDIR)/motion/x86_asm/sad_xmm.asm \          $(SRCDIR)/motion/x86_asm/sad_xmm.asm \
69            $(SRCDIR)/motion/x86_asm/sad_sse2.asm \
70          \          \
71          $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm          $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm \
72            $(SRCDIR)/motion/x86_asm/sad_3dn.asm
73    
74  DIRS_INTEL = \  DIRS_INTEL = \
75          $(SRCDIR)/bitstream/x86_asm/*.o \          $(SRCDIR)/bitstream/x86_asm/*.o \

Legend:
Removed from v.301  
changed lines
  Added in v.336

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