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

View of /trunk/xvidcore/build/generic/sources.inc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 824 - (download) (annotate)
Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
File size: 2354 byte(s)
I made all these changes on my own working copy until i had
something really usable wihtout regressions for most users.

I think its place is now in CVS. Here is a ChangeLog summary
generated from my local patches.

base-0
    Imported xvidcore 0.9.0 into arch repository
patch-1
    Updated to current stable CVS_HEAD
patch-2
    Changed build system for Unix OSes
patch-3
    Fixes for the new build system in sources.
patch-4
    Fixed options and added the --disable-assembly option
patch-5
    Fixed a BSD checking in nasm output format.
patch-6
    Fixed the "ar" "s" option for some platforms.
patch-7
    Changed the way I add strings into variables.
patch-8
    Fixed portab.h for _DEBUG target and GCC/ICC compilers.
patch-9
    Added Altivec detection (Guillaume Morin)
patch-10
    Fixed MacOSX build.
patch-11
    Fixed WIN32/_MSC_VER confusion and updated MSVC libxvidcore.dsp project file.
patch-12
    DivX4 compatibility layer has been turned into an option (default:disable).

ToDo:
    - Fix IA64 assembly file selection.
    - Do I disable PPC assembly code ? (according to Guillaume, it needs to be updated)
SRCDIR = ../../src

SRC_GENERIC = \
 	$(SRCDIR)/decoder.c \
	$(SRCDIR)/encoder.c \
	$(SRCDIR)/xvid.c \
	$(SRCDIR)/bitstream/bitstream.c \
	$(SRCDIR)/bitstream/cbp.c \
	$(SRCDIR)/bitstream/mbcoding.c \
	$(SRCDIR)/dct/fdct.c \
	$(SRCDIR)/dct/idct.c \
	$(SRCDIR)/image/colorspace.c \
	$(SRCDIR)/image/image.c \
	$(SRCDIR)/image/interpolate8x8.c \
	$(SRCDIR)/motion/motion_comp.c \
	$(SRCDIR)/motion/motion_est.c \
	$(SRCDIR)/motion/sad.c \
	$(SRCDIR)/prediction/mbprediction.c \
	$(SRCDIR)/quant/adapt_quant.c \
	$(SRCDIR)/quant/quant_h263.c \
	$(SRCDIR)/quant/quant_matrix.c \
	$(SRCDIR)/quant/quant_mpeg4.c \
	$(SRCDIR)/utils/emms.c \
	$(SRCDIR)/utils/mbtransquant.c \
	$(SRCDIR)/utils/mem_align.c \
	$(SRCDIR)/utils/mem_transfer.c \
	$(SRCDIR)/utils/ratecontrol.c \
	$(SRCDIR)/utils/timer.c

SRC_DIVX4COMPAT = \
	$(SRCDIR)/divx4.c

SRC_IA32 = \
	$(SRCDIR)/utils/x86_asm/cpuid.asm \
	\
	$(SRCDIR)/bitstream/x86_asm/cbp_mmx.asm \
	$(SRCDIR)/bitstream/x86_asm/cbp_sse2.asm \
	$(SRCDIR)/dct/x86_asm/fdct_mmx.asm \
	$(SRCDIR)/dct/x86_asm/idct_mmx.asm \
	$(SRCDIR)/image/x86_asm/interpolate8x8_mmx.asm \
	$(SRCDIR)/image/x86_asm/rgb_to_yv12_mmx.asm \
	$(SRCDIR)/image/x86_asm/yuv_to_yv12_mmx.asm \
	$(SRCDIR)/image/x86_asm/yuyv_to_yv12_mmx.asm \
	$(SRCDIR)/image/x86_asm/yv12_to_rgb24_mmx.asm \
	$(SRCDIR)/image/x86_asm/yv12_to_rgb32_mmx.asm \
	$(SRCDIR)/image/x86_asm/yv12_to_yuyv_mmx.asm \
	$(SRCDIR)/motion/x86_asm/sad_mmx.asm \
	$(SRCDIR)/quant/x86_asm/quantize4_mmx.asm \
	$(SRCDIR)/quant/x86_asm/quantize_mmx.asm \
	$(SRCDIR)/utils/x86_asm/mem_transfer_mmx.asm	\
	\
	$(SRCDIR)/image/x86_asm/interpolate8x8_xmm.asm	\
	$(SRCDIR)/motion/x86_asm/sad_xmm.asm \
	$(SRCDIR)/motion/x86_asm/sad_sse2.asm \
	\
	$(SRCDIR)/image/x86_asm/interpolate8x8_3dn.asm \
	$(SRCDIR)/motion/x86_asm/sad_3dn.asm 
	

SRC_IA64 = \
	$(SRCDIR)/dct/ia64_asm/fdct_ia64.s \
	$(SRCDIR)/image/ia64_asm/interpolate8x8_ia64.s \
	$(SRCDIR)/motion/ia64_asm/sad_ia64.s \
	$(SRCDIR)/motion/ia64_asm/halfpel8_refine_ia64.s \
	$(SRCDIR)/quant/ia64_asm/quant_h263_ia64.s \
	$(SRCDIR)/utils/ia64_asm/mem_transfer_ia64.s \
	$(SRCDIR)/dct/ia64_asm/idct_ia64_gcc.s 

SRC_PPC = \
	$(SRCDIR)/bitstream/ppc_asm/cbp_ppc.s

SRC_ALTIVEC = \
	$(SRCDIR)/bitstream/ppc_asm/cbp_altivec.s \
	$(SRCDIR)/dct/ppc_asm/fdct_altivec.s \
	$(SRCDIR)/dct/ppc_asm/idct_altivec.s \
	$(SRCDIR)/motion/ppc_asm/sad_altivec.s

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