OSDN Git Service

Updated BUILD to include information about the updated version of libtool, autoconf...
authormaurj <maurj@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 4 May 2007 19:53:10 +0000 (19:53 +0000)
committermaurj <maurj@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 4 May 2007 19:53:10 +0000 (19:53 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@566 b64f7644-9d1e-0410-96f1-a4d463321fa5

AUTHORS
BUILD
CREDITS

diff --git a/AUTHORS b/AUTHORS
index 9505e47..b6e0909 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -57,13 +57,14 @@ Scott <sr55ww@googlemail.com> (sr55)
  + Windows GUI\r
  + mpeg4ip patches for cygwin compile\r
 \r
-Maurj <mediafork@maurj.com> (maurj)\r
+Maurj <handbrake@maurj.com> (maurj)\r
  + Dolby Surround and Dolby Pro Logic II mixdowns\r
  + 6-channel AAC audio from 5.1 source\r
  + Mono AAC audio from mono source\r
  + PAR/anamorphic support in mp4 file format\r
  + Chapter markers in mp4 file format\r
  + Mac OS X GUI enhancements\r
+ + Support for DTS audio sources\r
 \r
 Unknown <mirkwood07@gmail.com> (mirkwood)\r
  + Windows CLI port\r
diff --git a/BUILD b/BUILD
index 6e2e41b..d69e7da 100644 (file)
--- a/BUILD
+++ b/BUILD
@@ -59,18 +59,31 @@ Step 1: get needed tools
 + gcc and g++\r
     There are usually included in your OS' dev tools. On BeOS/Zeta, the\r
     default gcc isn't enough, gcc 2.95.3 is required.\r
+\r
 + jam\r
     I use 2.5rc3, earlier versions might cause issues.\r
     On BeOS, you can download it at <http://www.haiku-os.org/develop.php>.\r
     On OS X, you cannot use the modified jam shipped with the developer\r
-    tools, use this one instead:\r
-    <http://download.m0k.org/handbrake/jam-2.5rc3-OSX.zip>.\r
+    tools, use the one included in the Handbrake svn checkout instead.\r
     On Cygwin, get the jam source from\r
     http://public.perforce.com/public/jam/index.html,\r
     compile it with gcc in Cygwin, and put the jam executable somewhere on\r
     your path.\r
+\r
 + nasm (Only for x86. On Mac OS X Intel, Xcode 2.4.1 include it)\r
 \r
++ libtool, autoconf, automake\r
+    To build libdca (the DTS audio extraction library) on Mac OS X via jam, you'll\r
+    need to update the default Mac OS X versions of libtool, autoconf and automake.\r
+    Compilation has been seen to work with libtool and libtool-shlibs v1.5.22-1000,\r
+    autoconf v2.60-4, and automake v1.9.6-3.  You can update these tools using Fink.\r
+    Download the Fink 0.8.1 Binary Installer for your platform (PowerPC or Intel)\r
+    from http://www.finkproject.org/download/index.php?phpLang=en and install Fink\r
+    using the installer.  If you want to use a GUI to run Fink, you can install\r
+    FinkCommander.  Download the FinkCommander 0.5.4 installer from\r
+    http://finkcommander.sourceforge.net/ and install from the disk image.  You can\r
+    install libtool, libtool-shlibs, autoconf and automake using FinkCommander.\r
+\r
 Cygwin setup:\r
     There are a couple extra things required to make the code build for Cygwin.\r
     Make sure you have /bin and /usr/bin on your path *first*, before\r
diff --git a/CREDITS b/CREDITS
index dddd83e..35d2afe 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -35,6 +35,10 @@ libavcodec authors:
   Juan J. Sierralta\r
   Lionel Ulmer\r
 \r
+libdts authors:\r
+  Gildas Bazin\r
+  Sam Hocevar\r
+\r
 libdvdcss authors:\r
   Billy Biggs\r
   Stéphane Borel\r