[svn] / trunk / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Log of /trunk/xvidcore/build/generic/Makefile

Parent Directory Parent Directory


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

Revision 2036 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 15 10:35:23 2011 UTC (12 years, 6 months ago) by Isibaar
File length: 8139 byte(s)
Diff to previous 1997
install xvidcore.dll to  under Cygwin. Patch by Motofumi Oka.

Revision 1997 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 08:28:51 2011 UTC (12 years, 10 months ago) by Isibaar
File length: 7793 byte(s)
Diff to previous 1973
Don't include platform.inc on make clean - Patch by Fabian Greffrath

Revision 1973 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 28 14:06:07 2011 UTC (12 years, 11 months ago) by Isibaar
File length: 7723 byte(s)
Diff to previous 1944
make info

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: 7718 byte(s)
Diff to previous 1875
don't hardcode "ar" tool (thanks to Bin Tian)

Revision 1875 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 9 07:48:57 2009 UTC (14 years, 9 months ago) by Isibaar
File length: 7715 byte(s)
Diff to previous 1797
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 1797 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 26 02:17:50 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 7663 byte(s)
Diff to previous 1617
win64 target

Revision 1617 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 09:29:43 2005 UTC (18 years, 10 months ago) by Skal
File length: 7663 byte(s)
Diff to previous 1556
	encoder.c: simplify_time() optimized by Euclid.

	bitstream.c: write_video_packet_header() was buggy and
	kind of obfuscated, as noticed by Sigdrak at free.fr.

	from Edouard:

	gcc4 warning removal.
	- No executable shared objects installed
	  (Do not install the lib as executable. It's no use as the SO has no
 	   main symbol anyway, and the static lib is not runnable anyway.)
	- Statically link xvid_bench with libxvidcore.a
	- New autoconf garbage removal
	- Quotes in configure.in

Revision 1556 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 12 21:08:41 2004 UTC (19 years, 5 months ago) by edgomez
File length: 7600 byte(s)
Diff to previous 1451
Fixes from my branch, 64bit fixes, credits to christoph nageli, DEST support in Makefile

Revision 1451 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 21 14:40:15 2004 UTC (19 years, 10 months ago) by edgomez
File length: 7550 byte(s)
Diff to previous 1412
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1412 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 20:36:37 2004 UTC (19 years, 11 months ago) by edgomez
File length: 7536 byte(s)
Diff to previous 1382
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
File length: 7502 byte(s)
Diff to previous 1009
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1009 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 5 10:22:38 2003 UTC (20 years, 10 months ago) by edgomez
File length: 5352 byte(s)
Diff to previous 907
Added config.status to distclean target

Revision 907 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 6 21:12:03 2003 UTC (21 years ago) by edgomez
File length: 5330 byte(s)
Diff to previous 900
Fixes installation in non existent path.

Revision 900 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 26 23:28:38 2003 UTC (21 years, 1 month ago) by edgomez
File length: 5276 byte(s)
Diff to previous 863
Fixes a bunch of small things on cygwin, and unix (soname and bootstrap)

Revision 863 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 16 18:31:42 2003 UTC (21 years, 1 month ago) by edgomez
File length: 5386 byte(s)
Diff to previous 851
Oops static libraries are not versioned

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 5390 byte(s)
Diff to previous 845
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 845 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 13 17:31:33 2003 UTC (21 years, 1 month ago) by edgomez
File length: 5382 byte(s)
Diff to previous 830
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
File length: 5136 byte(s)
Diff to previous 824
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
File length: 4314 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)

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