[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 1015, Tue May 13 00:13:09 2003 UTC revision 1127, Sat Aug 23 15:11:23 2003 UTC
# Line 15  Line 15 
15          $(SRCDIR)/image/interpolate8x8.c \          $(SRCDIR)/image/interpolate8x8.c \
16          $(SRCDIR)/image/reduced.c \          $(SRCDIR)/image/reduced.c \
17          $(SRCDIR)/image/font.c \          $(SRCDIR)/image/font.c \
18            $(SRCDIR)/image/qpel.c \
19          $(SRCDIR)/motion/motion_comp.c \          $(SRCDIR)/motion/motion_comp.c \
20          $(SRCDIR)/motion/motion_est.c \          $(SRCDIR)/motion/motion_est.c \
21          $(SRCDIR)/motion/smp_motion_est.c \          $(SRCDIR)/motion/smp_motion_est.c \
22          $(SRCDIR)/motion/sad.c \          $(SRCDIR)/motion/sad.c \
23            $(SRCDIR)/motion/gmc.c \
24          $(SRCDIR)/prediction/mbprediction.c \          $(SRCDIR)/prediction/mbprediction.c \
25          $(SRCDIR)/plugins/plugin_single.c \          $(SRCDIR)/plugins/plugin_single.c \
26          $(SRCDIR)/plugins/plugin_2pass1.c \          $(SRCDIR)/plugins/plugin_2pass1.c \
# Line 26  Line 28 
28          $(SRCDIR)/plugins/plugin_lumimasking.c \          $(SRCDIR)/plugins/plugin_lumimasking.c \
29          $(SRCDIR)/plugins/plugin_dump.c \          $(SRCDIR)/plugins/plugin_dump.c \
30          $(SRCDIR)/plugins/plugin_psnr.c \          $(SRCDIR)/plugins/plugin_psnr.c \
         $(SRCDIR)/quant/adapt_quant.c \  
31          $(SRCDIR)/quant/quant_h263.c \          $(SRCDIR)/quant/quant_h263.c \
32          $(SRCDIR)/quant/quant_matrix.c \          $(SRCDIR)/quant/quant_matrix.c \
33          $(SRCDIR)/quant/quant_mpeg4.c \          $(SRCDIR)/quant/quant_mpeg4.c \
# Line 34  Line 35 
35          $(SRCDIR)/utils/mbtransquant.c \          $(SRCDIR)/utils/mbtransquant.c \
36          $(SRCDIR)/utils/mem_align.c \          $(SRCDIR)/utils/mem_align.c \
37          $(SRCDIR)/utils/mem_transfer.c \          $(SRCDIR)/utils/mem_transfer.c \
         $(SRCDIR)/utils/ratecontrol.c \  
38          $(SRCDIR)/utils/timer.c          $(SRCDIR)/utils/timer.c
39    
40  SRC_DIVX4COMPAT = \  SRC_DIVX4COMPAT = \
# Line 53  Line 53 
53          $(SRCDIR)/image/x86_asm/colorspace_rgb_mmx.asm \          $(SRCDIR)/image/x86_asm/colorspace_rgb_mmx.asm \
54          $(SRCDIR)/image/x86_asm/colorspace_yuyv_mmx.asm \          $(SRCDIR)/image/x86_asm/colorspace_yuyv_mmx.asm \
55          $(SRCDIR)/image/x86_asm/colorspace_yuv_mmx.asm \          $(SRCDIR)/image/x86_asm/colorspace_yuv_mmx.asm \
56            $(SRCDIR)/image/x86_asm/qpel_mmx.asm \
57          $(SRCDIR)/motion/x86_asm/sad_mmx.asm \          $(SRCDIR)/motion/x86_asm/sad_mmx.asm \
58          $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \          $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \
59          $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \          $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \
# Line 84  Line 85 
85          $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \          $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \
86          $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s          $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s
87    
88    SRC_IA64_IDCT_GCC = \
89            $(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s
90    
91    SRC_IA64_IDCT_ECC = \
92            $(SRCDIR)/dct/ia64_asm/idct_ia64_ecc.s
93    
94  SRC_PPC = \  SRC_PPC = \
95          $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s          $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s
96    

Legend:
Removed from v.1015  
changed lines
  Added in v.1127

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