[cvs] / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Log of /xvidcore/build/generic/Makefile

Parent Directory Parent Directory


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

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri May 20 08:09:13 2011 UTC (13 years ago) by Isibaar
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +2 -0 lines
Diff to previous 1.20
Don't include platform.inc on "make clean" - Patch by Fabian Greffrath

Revision 1.18.2.2 - (view) (download) (annotate) - [select for diffs]
Thu May 19 08:22:07 2011 UTC (13 years ago) by Isibaar
Branch: release-1_3-branch
Changes since 1.18.2.1: +3 -1 lines
Diff to previous 1.18.2.1 , to branch point 1.18 , to next main 1.21
Don't include platform.inc on "make clean" - Patch by Fabian Greffrath

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Apr 28 14:06:07 2011 UTC (13 years ago) by Isibaar
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
make info

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 11:39:13 2011 UTC (13 years, 4 months ago) by Isibaar
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
don't hardcode "ar" tool (thanks to Bin Tian)

Revision 1.18.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 11 11:37:52 2011 UTC (13 years, 4 months ago) by Isibaar
Branch: release-1_3-branch
CVS Tags: release-1_3_0, release-1_3_1
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
don't hardcode "ar" tool (thanks to Bin Tian)

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jun 9 07:48:57 2009 UTC (14 years, 11 months ago) by Isibaar
Branch: MAIN
CVS Tags: rc1_1_3_0, tag-branching-1_3_0
Branch point for: release-1_3-branch
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
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 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 02:17:50 2008 UTC (15 years, 5 months ago) by Isibaar
Branch: MAIN
CVS Tags: release-1_2_0, release-1_2_2, tag-branching-1_2_0
Branch point for: release-1_2-branch
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
win64 target

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon May 23 09:29:43 2005 UTC (19 years ago) by Skal
Branch: MAIN
CVS Tags: release-1_1_0, release-1_1_0_final, release-1_1_1-final, release-1_1_2, release-1_1_3, release-1_1_3-final
Branch point for: release-1_1-branch
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
	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 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Oct 12 21:08:41 2004 UTC (19 years, 7 months ago) by edgomez
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
Fixes from my branch, 64bit fixes, credits to christoph nageli, DEST support in Makefile

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri May 21 14:40:15 2004 UTC (20 years ago) by edgomez
Branch: MAIN
Changes since 1.13: +5 -4 lines
Diff to previous 1.13
patch-26 (stable merge), patch-27 no 64bit, patch-28 (setedges only once per frame)

Revision 1.12.2.1 - (view) (download) (annotate) - [select for diffs]
Sun May 2 10:33:22 2004 UTC (20 years ago) by edgomez
Branch: release-1_0-branch
CVS Tags: release-1_0_0, release-1_0_1, release-1_0_2, release-1_0_3
Changes since 1.12: +5 -4 lines
Diff to previous 1.12 , to next main 1.21
patch-23 (unix build cleaning) and patch-24 (VOL corruption when fps=1/1)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 20:36:36 2004 UTC (20 years, 1 month ago) by edgomez
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
Merged PPC port + 1.0 tree fixes

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:36:23 2004 UTC (20 years, 2 months ago) by edgomez
Branch: MAIN
Branch point for: release-1_0-branch
Changes since 1.11: +106 -62 lines
Diff to previous 1.11
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 1.8.2.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 28 13:21:58 2003 UTC (20 years, 7 months ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.5: +98 -61 lines
Diff to previous 1.8.2.5 , to branch point 1.8 , to next main 1.21
New build system for *nix platforms. It now uses an 'out of source' tree
build process that is much cleaner. This requires a VPATH support.

This patch includes some small fixes to the configure script, mainly for
MacOSX.

Revision 1.8.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 17:11:49 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.4: +1 -1 lines
Diff to previous 1.8.2.4 , to branch point 1.8
Build process fix for MacOSX+module option

Revision 1.8.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 14:12:16 2003 UTC (20 years, 8 months ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.3: +0 -2 lines
Diff to previous 1.8.2.3 , to branch point 1.8
   * Win32 files switched to Unix format.
      Ok, on IRC, we sorted out what was b0rking the project files each
      time I commit them in DOS format. In fact the Unix CVS does upload
      DOS format files if i commit them, and then Win32 CVS users get
      double \r\n files. So the best is to use unix format in CVS. This
      way, the checked out versions are right for Win32 users.

      NB: this imply a unix2dos conversion when doing a release from a
          Unix box. I think it's better than current policy, but
          automatic tarballs/zip of the tree should take care of that.

    * odivx and xvid_stat examples removed. Associated project files
      have been removed as well.

    * The divx4 compatibility layer has been removed. Associated options
      in the configure script removed. libxvidcore.def has no more need
      to be an autoconf generated file.

    * rawdec removed. It has never been used and will never be.

    * Added major api appending to the macosx module build.

Revision 1.8.2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:58:18 2003 UTC (21 years ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.2: +11 -2 lines
Diff to previous 1.8.2.2 , to branch point 1.8
Added the mrproper Makefile target.

Revision 1.8.2.2 - (view) (download) (annotate) - [select for diffs]
Mon May 5 10:22:38 2003 UTC (21 years ago) by edgomez
Branch: dev-api-4
Changes since 1.8.2.1: +1 -0 lines
Diff to previous 1.8.2.1 , to branch point 1.8
Added config.status to distclean target

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon May 5 10:22:08 2003 UTC (21 years ago) by edgomez
Branch: MAIN
CVS Tags: cvs-head, tag-merging-20040322
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
Added config.status to distclean target

Revision 1.8.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 14:20:59 2003 UTC (21 years, 1 month ago) by edgomez
Branch: dev-api-4
Changes since 1.8: +2 -4 lines
Diff to previous 1.8
Synced with CVS_HEAD

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 23:24:20 2003 UTC (21 years, 2 months ago) by edgomez
Branch: release-0_9_1-fixes
CVS Tags: release-0_9_2
Changes since 1.6: +2 -4 lines
Diff to previous 1.6 , to next main 1.21
Backport of build file fixes from CVS_HEAD

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Mar 6 21:12:03 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
Branch point for: Isibaar, branch-release-1-0
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
Fixes installation in non existent path.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 26 23:28:38 2003 UTC (21 years, 2 months ago) by edgomez
Branch: MAIN
Changes since 1.8: +0 -4 lines
Diff to previous 1.8
Fixes a bunch of small things on cygwin, and unix (soname and bootstrap)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Feb 16 18:31:42 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
CVS Tags: dev-api-3
Branch point for: dev-api-4
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
Oops static libraries are not versioned

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 15 15:22:17 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
CVS Tags: merged-dev-api-3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Feb 13 17:31:33 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
CVS Tags: release-0_9_1
Branch point for: release-0_9_1-fixes
Changes since 1.5: +11 -3 lines
Diff to previous 1.5
Ready for 0.9.1

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Feb 11 21:56:31 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.4: +39 -10 lines
Diff to previous 1.4
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 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Feb 9 19:32:52 2003 UTC (21 years, 3 months ago) by edgomez
Branch: MAIN
Changes since 1.3: +137 -70 lines
Diff to previous 1.3
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)

Revision 1.3
Sat Jun 15 22:32:29 2002 UTC (21 years, 11 months ago) by edgomez
Branch: MAIN
Changes since 1.2: +0 -0 lines
FILE REMOVED
This file is not useful

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat May 11 15:41:48 2002 UTC (22 years ago) by chl
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
Optimization options for AMD K6

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Fri Mar 8 02:44:25 2002 UTC (22 years, 2 months ago) by Isibaar
Branch: core
CVS Tags: start, xvidcore
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.21
moved sources

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 8 02:44:25 2002 UTC (22 years, 2 months ago) by Isibaar
Branch: MAIN
Branch point for: core
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and 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