summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaurj <[email protected]>2007-05-04 19:53:10 +0000
committermaurj <[email protected]>2007-05-04 19:53:10 +0000
commitb7d2b3ed7b394b9d549d781af306dc888e9ebbb0 (patch)
treed12952c2b640fe3f58d71894052794619e63dd39
parenta38b87188264278d18a38c82c5cedfa5fbdbe991 (diff)
Updated BUILD to include information about the updated version of libtool, autoconf and automake needed to jam libdca on Mac OS X. Updated AUTHORS to give me credit for the DTS integration, and updated CREDITS to give credit to the libdca authors.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@566 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--AUTHORS3
-rw-r--r--BUILD17
-rw-r--r--CREDITS4
3 files changed, 21 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 9505e47d3..b6e0909ae 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -57,13 +57,14 @@ Scott <[email protected]> (sr55)
+ Windows GUI
+ mpeg4ip patches for cygwin compile
-Maurj <[email protected]> (maurj)
+Maurj <[email protected]> (maurj)
+ Dolby Surround and Dolby Pro Logic II mixdowns
+ 6-channel AAC audio from 5.1 source
+ Mono AAC audio from mono source
+ PAR/anamorphic support in mp4 file format
+ Chapter markers in mp4 file format
+ Mac OS X GUI enhancements
+ + Support for DTS audio sources
Unknown <[email protected]> (mirkwood)
+ Windows CLI port
diff --git a/BUILD b/BUILD
index 6e2e41b14..d69e7da6a 100644
--- a/BUILD
+++ b/BUILD
@@ -59,18 +59,31 @@ Step 1: get needed tools
+ gcc and g++
There are usually included in your OS' dev tools. On BeOS/Zeta, the
default gcc isn't enough, gcc 2.95.3 is required.
+
+ jam
I use 2.5rc3, earlier versions might cause issues.
On BeOS, you can download it at <http://www.haiku-os.org/develop.php>.
On OS X, you cannot use the modified jam shipped with the developer
- tools, use this one instead:
- <http://download.m0k.org/handbrake/jam-2.5rc3-OSX.zip>.
+ tools, use the one included in the Handbrake svn checkout instead.
On Cygwin, get the jam source from
http://public.perforce.com/public/jam/index.html,
compile it with gcc in Cygwin, and put the jam executable somewhere on
your path.
+
+ nasm (Only for x86. On Mac OS X Intel, Xcode 2.4.1 include it)
++ libtool, autoconf, automake
+ To build libdca (the DTS audio extraction library) on Mac OS X via jam, you'll
+ need to update the default Mac OS X versions of libtool, autoconf and automake.
+ Compilation has been seen to work with libtool and libtool-shlibs v1.5.22-1000,
+ autoconf v2.60-4, and automake v1.9.6-3. You can update these tools using Fink.
+ Download the Fink 0.8.1 Binary Installer for your platform (PowerPC or Intel)
+ from http://www.finkproject.org/download/index.php?phpLang=en and install Fink
+ using the installer. If you want to use a GUI to run Fink, you can install
+ FinkCommander. Download the FinkCommander 0.5.4 installer from
+ http://finkcommander.sourceforge.net/ and install from the disk image. You can
+ install libtool, libtool-shlibs, autoconf and automake using FinkCommander.
+
Cygwin setup:
There are a couple extra things required to make the code build for Cygwin.
Make sure you have /bin and /usr/bin on your path *first*, before
diff --git a/CREDITS b/CREDITS
index dddd83ec2..35d2afe41 100644
--- a/CREDITS
+++ b/CREDITS
@@ -35,6 +35,10 @@ libavcodec authors:
Juan J. Sierralta
Lionel Ulmer
+libdts authors:
+ Gildas Bazin
+ Sam Hocevar
+
libdvdcss authors:
Billy Biggs
St�phane Borel