[svn] / branches / dev-api-4 / xvidcore / build / generic / sources.inc Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/build/generic/sources.inc

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

revision 1056, Mon Jun 9 18:07:01 2003 UTC revision 1142, Wed Sep 10 22:19:00 2003 UTC
# Line 13  Line 13 
13          $(SRCDIR)/image/colorspace.c \          $(SRCDIR)/image/colorspace.c \
14          $(SRCDIR)/image/image.c \          $(SRCDIR)/image/image.c \
15          $(SRCDIR)/image/interpolate8x8.c \          $(SRCDIR)/image/interpolate8x8.c \
         $(SRCDIR)/image/reduced.c \  
16          $(SRCDIR)/image/font.c \          $(SRCDIR)/image/font.c \
17            $(SRCDIR)/image/qpel.c \
18            $(SRCDIR)/image/reduced.c \
19            $(SRCDIR)/motion/estimation_bvop.c \
20            $(SRCDIR)/motion/estimation_common.c \
21            $(SRCDIR)/motion/estimation_gmc.c \
22            $(SRCDIR)/motion/estimation_pvop.c \
23            $(SRCDIR)/motion/estimation_rd_based.c \
24            $(SRCDIR)/motion/gmc.c \
25          $(SRCDIR)/motion/motion_comp.c \          $(SRCDIR)/motion/motion_comp.c \
26          $(SRCDIR)/motion/motion_est.c \          $(SRCDIR)/motion/vop_type_decision.c \
         $(SRCDIR)/motion/smp_motion_est.c \  
27          $(SRCDIR)/motion/sad.c \          $(SRCDIR)/motion/sad.c \
28          $(SRCDIR)/prediction/mbprediction.c \          $(SRCDIR)/prediction/mbprediction.c \
29          $(SRCDIR)/plugins/plugin_single.c \          $(SRCDIR)/plugins/plugin_single.c \
# Line 51  Line 57 
57          $(SRCDIR)/image/x86_asm/colorspace_rgb_mmx.asm \          $(SRCDIR)/image/x86_asm/colorspace_rgb_mmx.asm \
58          $(SRCDIR)/image/x86_asm/colorspace_yuyv_mmx.asm \          $(SRCDIR)/image/x86_asm/colorspace_yuyv_mmx.asm \
59          $(SRCDIR)/image/x86_asm/colorspace_yuv_mmx.asm \          $(SRCDIR)/image/x86_asm/colorspace_yuv_mmx.asm \
60            $(SRCDIR)/image/x86_asm/qpel_mmx.asm \
61          $(SRCDIR)/motion/x86_asm/sad_mmx.asm \          $(SRCDIR)/motion/x86_asm/sad_mmx.asm \
62          $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \          $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \
63          $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \          $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \
# Line 82  Line 89 
89          $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \          $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \
90          $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s          $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s
91    
92    SRC_IA64_IDCT_GCC = \
93            $(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s
94    
95    SRC_IA64_IDCT_ECC = \
96            $(SRCDIR)/dct/ia64_asm/idct_ia64_ecc.s
97    
98  SRC_PPC = \  SRC_PPC = \
99          $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s          $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s
100    

Legend:
Removed from v.1056  
changed lines
  Added in v.1142

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