Parent Directory
|
Revision Log
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)
# ============================================================================ # # Do not edit this file manually, it is generated automatically by # the configure script # # See ./configure --help # # ============================================================================ # ============================================================================ # Activated features # ============================================================================ FEATURES=@FEATURES@ # ============================================================================ # Architecture dependant things # ============================================================================ ARCHITECTURE=-DARCH_IS_@ARCHITECTURE@ BUS=-DARCH_IS_@BUS@ ENDIANNESS=-DARCH_IS_@ENDIANNESS@ SHARED_EXTENSION=@SHARED_EXTENSION@ STATIC_EXTENSION=@STATIC_EXTENSION@ OBJECT_EXTENSION=@OBJECT_EXTENSION@ # ============================================================================ # Compiler # ============================================================================ CC=@CC@ CFLAGS=$(ARCHITECTURE) $(BUS) $(ENDIANNESS) $(FEATURES) @CFLAGS@ # ============================================================================ # Assembler # ============================================================================ AS=@AS@ AFLAGS=@AFLAGS@ ASSEMBLY_EXTENSION=@ASSEMBLY_EXTENSION@ # ============================================================================ # Linker # ============================================================================ OS_LDFLAGS=@OS_LDFLAGS@ # ============================================================================ # Installation # ============================================================================ INSTALL=@INSTALL@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ # ============================================================================ # Sources # ============================================================================ GENERIC_SOURCES=$(@GENERIC_SOURCES@) DIVX4COMPAT_SOURCES=$(@DIVX4COMPAT_SOURCES@) ASSEMBLY_SOURCES=$(@ASSEMBLY_SOURCES@) GENERIC_OBJECTS=$(@GENERIC_SOURCES@:.c=.@OBJECT_EXTENSION@) DIVX4COMPAT_OBJECTS=$(@DIVX4COMPAT_SOURCES@:.c=.@OBJECT_EXTENSION@) ASSEMBLY_OBJECTS=$(@ASSEMBLY_SOURCES@:.@ASSEMBLY_EXTENSION@=.@OBJECT_EXTENSION@)
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |