[svn] / trunk / xvidcore / build / generic / configure.in Repository:
ViewVC logotype

Log of /trunk/xvidcore/build/generic/configure.in

Parent Directory Parent Directory


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

Revision 1957 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 25 13:10:18 2011 UTC (13 years, 1 month ago) by Isibaar
File length: 20296 byte(s)
Diff to previous 1944 , to selected 1535
fixed syntax error for pthread check - thanks to Fabrian Greffrath

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: 20285 byte(s)
Diff to previous 1941 , to selected 1535
don't hardcode "ar" tool (thanks to Bin Tian)

Revision 1941 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 6 14:08:06 2011 UTC (13 years, 2 months ago) by Isibaar
File length: 20230 byte(s)
Diff to previous 1938 , to selected 1535
patch for 64-bit darwin target (thanks to Bin Tian)

Revision 1938 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 31 11:39:06 2010 UTC (13 years, 2 months ago) by Isibaar
File length: 20038 byte(s)
Diff to previous 1889 , to selected 1535
increased version numbers

Revision 1889 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 7 07:04:00 2010 UTC (13 years, 9 months ago) by Isibaar
File length: 20038 byte(s)
Diff to previous 1878 , to selected 1535
patch for yasm >= 1.0 by Takashi Mochizuki

Revision 1878 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 5 09:55:46 2009 UTC (14 years, 5 months ago) by Isibaar
File length: 20028 byte(s)
Diff to previous 1875 , to selected 1535
Removed inner nested AC_CHECK_LIB test for pthread_join (autoconf-2.64 compatibility)

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: 20131 byte(s)
Diff to previous 1870 , to selected 1535
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 1870 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 28 16:59:21 2009 UTC (14 years, 10 months ago) by Isibaar
File length: 20063 byte(s)
Diff to previous 1866 , to selected 1535
Allow text relocations for dynlib OS X target

Revision 1866 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 28 14:15:53 2009 UTC (14 years, 10 months ago) by Isibaar
File length: 20032 byte(s)
Diff to previous 1847 , to selected 1535
require yasm >= 0.8.0

Revision 1847 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 5 10:18:52 2008 UTC (15 years, 3 months ago) by Isibaar
File length: 20026 byte(s)
Diff to previous 1845 , to selected 1535
Added -arch ppc for Apple gcc

Revision 1845 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 4 18:30:36 2008 UTC (15 years, 3 months ago) by Isibaar
File length: 19985 byte(s)
Diff to previous 1821 , to selected 1535
yasm compatibility

Revision 1821 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 28 18:16:42 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 19190 byte(s)
Diff to previous 1797 , to selected 1535
pump up HEAD version numbers

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: 19190 byte(s)
Diff to previous 1794 , to selected 1535
win64 target

Revision 1794 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 14 15:43:28 2008 UTC (15 years, 4 months ago) by Isibaar
File length: 19414 byte(s)
Diff to previous 1788 , to selected 1535
initial SSE4 support

Revision 1788 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 23 10:44:11 2007 UTC (16 years, 4 months ago) by Isibaar
File length: 19821 byte(s)
Diff to previous 1768 , to selected 1535
- update for nasm >= 0.99

Revision 1768 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 21 23:29:27 2006 UTC (17 years, 3 months ago) by Isibaar
File length: 19033 byte(s)
Diff to previous 1694 , to selected 1535
- build patch for Mac by Eric Petit

Revision 1694 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 5 04:01:07 2006 UTC (18 years ago) by syskin
File length: 18859 byte(s)
Diff to previous 1617 , to selected 1535
detect pthreads and add proper linking flags if they are found. patch by caro from irc

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: 18282 byte(s)
Diff to previous 1615 , to selected 1535
	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 1615 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 15:55:24 2005 UTC (18 years, 10 months ago) by Skal
File length: 17956 byte(s)
Diff to previous 1609 , to selected 1535
	GCC4 support added (thx to Edouard Gomez)

Revision 1609 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 4 23:49:37 2005 UTC (18 years, 11 months ago) by edgomez
File length: 16956 byte(s)
Diff to previous 1596 , to selected 1535
New 1.1.0-beta2 release

Revision 1596 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 16 10:34:52 2005 UTC (19 years, 2 months ago) by edgomez
File length: 16956 byte(s)
Diff to previous 1586 , to selected 1535
Marking 1.1.0-beta1

Revision 1586 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 5 23:02:15 2005 UTC (19 years, 2 months ago) by edgomez
File length: 16956 byte(s)
Diff to previous 1536 , to selected 1535
Preliminary x86_64 linux port

Revision 1536 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 22 13:16:03 2004 UTC (19 years, 7 months ago) by edgomez
File length: 16669 byte(s)
Diff to previous 1535
Marking change of API

Revision 1535 - (view) (download) (annotate) - [selected]
Modified Sun Aug 22 11:46:10 2004 UTC (19 years, 7 months ago) by edgomez
File length: 16663 byte(s)
Diff to previous 1472
Mark Functions in asm files -- added yasm support in configure.in

Revision 1472 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 12 13:02:12 2004 UTC (19 years, 9 months ago) by edgomez
File length: 15917 byte(s)
Diff to previous 1451 , to selected 1535
Merging 1.0.1 fixes

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: 15917 byte(s)
Diff to previous 1412 , to selected 1535
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: 15851 byte(s)
Diff to previous 1382 , to selected 1535
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: 13736 byte(s)
Diff to previous 1024 , to selected 1535
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1024 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 23:32:54 2003 UTC (20 years, 10 months ago) by edgomez
File length: 13090 byte(s)
Diff to previous 1006 , to selected 1535
Added module building for MacOSX.

Revision 1006 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 4 23:58:10 2003 UTC (20 years, 10 months ago) by edgomez
File length: 12247 byte(s)
Diff to previous 900 , to selected 1535
Unix system should use SONAME=libname.so.major

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: 12233 byte(s)
Diff to previous 851 , to selected 1535
Fixes a bunch of small things on cygwin, and unix (soname and bootstrap)

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: 11480 byte(s)
Diff to previous 845 , to selected 1535
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: 11467 byte(s)
Diff to previous 830 , to selected 1535
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: 11471 byte(s)
Diff to previous 828 , to selected 1535
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 828 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 10 13:54:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 10299 byte(s)
Diff to previous 827 , to selected 1535
Fix namespace conflicts on PPC platform

Revision 827 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 9 23:08:56 2003 UTC (21 years, 1 month ago) by edgomez
File length: 10283 byte(s)
Diff to previous 824 , to selected 1535
PPC port is disabled, it uses Plain C version now.

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: 10215 byte(s)
Diff to selected 1535
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