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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 824 - (view) (download)
Original Path: trunk/xvidcore/build/generic/sources.inc

1 : edgomez 824 SRCDIR = ../../src
2 :    
3 :     SRC_GENERIC = \
4 :     $(SRCDIR)/decoder.c \
5 :     $(SRCDIR)/encoder.c \
6 :     $(SRCDIR)/xvid.c \
7 :     $(SRCDIR)/bitstream/bitstream.c \
8 :     $(SRCDIR)/bitstream/cbp.c \
9 :     $(SRCDIR)/bitstream/mbcoding.c \
10 :     $(SRCDIR)/dct/fdct.c \
11 :     $(SRCDIR)/dct/idct.c \
12 :     $(SRCDIR)/image/colorspace.c \
13 :     $(SRCDIR)/image/image.c \
14 :     $(SRCDIR)/image/interpolate8x8.c \
15 :     $(SRCDIR)/motion/motion_comp.c \
16 :     $(SRCDIR)/motion/motion_est.c \
17 :     $(SRCDIR)/motion/sad.c \
18 :     $(SRCDIR)/prediction/mbprediction.c \
19 :     $(SRCDIR)/quant/adapt_quant.c \
20 :     $(SRCDIR)/quant/quant_h263.c \
21 :     $(SRCDIR)/quant/quant_matrix.c \
22 :     $(SRCDIR)/quant/quant_mpeg4.c \
23 :     $(SRCDIR)/utils/emms.c \
24 :     $(SRCDIR)/utils/mbtransquant.c \
25 :     $(SRCDIR)/utils/mem_align.c \
26 :     $(SRCDIR)/utils/mem_transfer.c \
27 :     $(SRCDIR)/utils/ratecontrol.c \
28 :     $(SRCDIR)/utils/timer.c
29 :    
30 :     SRC_DIVX4COMPAT = \
31 :     $(SRCDIR)/divx4.c
32 :    
33 :     SRC_IA32 = \
34 :     $(SRCDIR)/utils/x86_asm/cpuid.asm \
35 :     \
36 :     $(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \
37 :     $(SRCDIR)/bitstream/x86_asm/cbp_sse2.asm \
38 :     $(SRCDIR)/dct/x86_asm/fdct_mmx.asm \
39 :     $(SRCDIR)/dct/x86_asm/idct_mmx.asm \
40 :     $(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \
41 :     $(SRCDIR)/image/x86_asm/rgb_to_yv12_mmx.asm \
42 :     $(SRCDIR)/image/x86_asm/yuv_to_yv12_mmx.asm \
43 :     $(SRCDIR)/image/x86_asm/yuyv_to_yv12_mmx.asm \
44 :     $(SRCDIR)/image/x86_asm/yv12_to_rgb24_mmx.asm \
45 :     $(SRCDIR)/image/x86_asm/yv12_to_rgb32_mmx.asm \
46 :     $(SRCDIR)/image/x86_asm/yv12_to_yuyv_mmx.asm \
47 :     $(SRCDIR)/motion/x86_asm/sad_mmx.asm \
48 :     $(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \
49 :     $(SRCDIR)/quant/x86_asm/quantize_mmx.asm \
50 :     $(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm \
51 :     \
52 :     $(SRCDIR)/image/x86_asm/interpolate8x8_xmm.asm \
53 :     $(SRCDIR)/motion/x86_asm/sad_xmm.asm \
54 :     $(SRCDIR)/motion/x86_asm/sad_sse2.asm \
55 :     \
56 :     $(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm \
57 :     $(SRCDIR)/motion/x86_asm/sad_3dn.asm
58 :    
59 :    
60 :     SRC_IA64 = \
61 :     $(SRCDIR)/dct/ia64_asm/fdct_ia64.s \
62 :     $(SRCDIR)/image/ia64_asm/interpolate8x8_ia64.s \
63 :     $(SRCDIR)/motion/ia64_asm/sad_ia64.s \
64 :     $(SRCDIR)/motion/ia64_asm/halfpel8_refine_ia64.s \
65 :     $(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \
66 :     $(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s \
67 :     $(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s
68 :    
69 :     SRC_PPC = \
70 :     $(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s
71 :    
72 :     SRC_ALTIVEC = \
73 :     $(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s \
74 :     $(SRCDIR)/dct/ppc_asm/fdct_altivec.s \
75 :     $(SRCDIR)/dct/ppc_asm/idct_altivec.s \
76 :     $(SRCDIR)/motion/ppc_asm/sad_altivec.s

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