[svn] / branches / dev-api-4 / xvidcore / build / generic / Makefile Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/build/generic/Makefile

Parent Directory Parent Directory


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

Revision 1154 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 13:21:59 2003 UTC (20 years, 6 months ago) by edgomez
File length: 7502 byte(s)
Diff to previous 1152 , to selected 824
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 1152 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 11 17:11:49 2003 UTC (20 years, 6 months ago) by edgomez
File length: 5502 byte(s)
Diff to previous 1147 , to selected 824
Build process fix for MacOSX+module option

Revision 1147 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 11 14:12:16 2003 UTC (20 years, 6 months ago) by edgomez
File length: 5498 byte(s)
Diff to previous 1039 , to selected 824
   * 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 1039 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 18:58:18 2003 UTC (20 years, 10 months ago) by edgomez
File length: 5554 byte(s)
Diff to previous 1009 , to selected 824
Added the mrproper Makefile target.

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 950 , to selected 824
Added config.status to distclean target

Revision 950 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 27 14:21:00 2003 UTC (21 years ago) by edgomez
File length: 5330 byte(s)
Diff to previous 886 , to selected 824
Synced with CVS_HEAD

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 5386 byte(s)
Diff to previous 863 , to selected 824
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 863 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 16 18:31:42 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/Makefile
File length: 5386 byte(s)
Diff to previous 851 , to selected 824
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
Original Path: trunk/xvidcore/build/generic/Makefile
File length: 5390 byte(s)
Diff to previous 845 , to selected 824
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
Original Path: trunk/xvidcore/build/generic/Makefile
File length: 5382 byte(s)
Diff to previous 830 , to selected 824
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/Makefile
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) - [selected]
Added Sun Feb 9 19:32:52 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/build/generic/Makefile
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