[svn] / branches / release-1_3-branch / xvidcore / build / generic / platform.inc.in Repository:
ViewVC logotype

Log of /branches/release-1_3-branch/xvidcore/build/generic/platform.inc.in

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2043 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 19 09:32:53 2011 UTC (12 years, 6 months ago) by Isibaar
File length: 2730 byte(s)
Diff to previous 2037 , to selected 1875
Install symlinks for shared library. Patch by Andres Mejia.

Revision 2037 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 15 10:36:33 2011 UTC (12 years, 6 months ago) by Isibaar
File length: 2662 byte(s)
Diff to previous 2028 , to selected 1875
install xvidcore.dll to  under Cygwin. Patch by Motofumi Oka.

Revision 2028 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 19 16:20:17 2011 UTC (12 years, 7 months ago) by Isibaar
File length: 2646 byte(s)
Diff to previous 1944 , to selected 1875
User-supplied LDFLAGS. Patch by Ryan Schmidt and the MacPorts project.

Revision 1944 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 11 11:39:13 2011 UTC (13 years, 2 months ago) by Isibaar
File length: 2628 byte(s)
Diff to previous 1925 , to selected 1875
don't hardcode "ar" tool (thanks to Bin Tian)

Revision 1925 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 27 16:39:33 2010 UTC (13 years, 3 months ago) by
File length: 2620 byte(s)
Diff to previous 1875
This commit was manufactured by cvs2svn to create branch
'release-1_3-branch'.

Revision 1875 - (view) (download) (annotate) - [selected]
Modified Tue Jun 9 07:48:57 2009 UTC (14 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2620 byte(s)
Diff to previous 1556
Use -maltivec only to compile the sources containting altivec code.
GCC may otherwise produce altivec code on non-altivec PPC (thanks to Frederik Wikstrom)

Revision 1556 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 12 21:08:41 2004 UTC (19 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2588 byte(s)
Diff to previous 1412 , to selected 1875
Fixes from my branch, 64bit fixes, credits to christoph nageli, DEST support in Makefile

Revision 1412 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2579 byte(s)
Diff to previous 1382 , to selected 1875
Merged PPC port + 1.0 tree fixes

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2466 byte(s)
Diff to previous 900 , to selected 1875
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 900 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 26 23:28:38 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2546 byte(s)
Diff to previous 845 , to selected 1875
Fixes a bunch of small things on cygwin, and unix (soname and bootstrap)

Revision 845 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 13 17:31:33 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2454 byte(s)
Diff to previous 830 , to selected 1875
Ready for 0.9.1

Revision 830 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 11 21:56:31 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2522 byte(s)
Diff to previous 824 , to selected 1875
patch-13
    More "unknown compiler" friendly portab.h file.
patch-14
    The PPC port is now disabled because it is outdated.
patch-15
    Added the configure bootstrap script.
patch-16
    Changed linking option on PPC platforms (-flat_namespace)
patch-17
    Added IA64 DCT source choice according to the compiler basename.
patch-18
    Fixed xvid_encraw help message.
patch-19
    Fixed libxvidcore.def, revamped Makefile output, fixed ia64 build, added ranlib detection.
patch-20
    Removed BFrame outdated bframe/qpel decoding.

Revision 824 - (view) (download) (annotate) - [select for diffs]
Added Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/platform.inc.in
File length: 2321 byte(s)
Diff to selected 1875
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)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

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