OSDN Git Service

ETSI TS 102 366 V1.2.1 compliant AC3 in MP4, replaces older hacked version that was...
[handbrake-jp/handbrake-jp-git.git] / Jamfile
diff --git a/Jamfile b/Jamfile
index f463bf2..ac3e794 100644 (file)
--- a/Jamfile
+++ b/Jamfile
@@ -1,7 +1,7 @@
 # $Id: Jamfile,v 1.86 2005/11/04 13:09:40 titer Exp $
 #
 # This file is part of the HandBrake source code.
-# Homepage: <http://handbrake.m0k.org/>.
+# Homepage: <http://handbrake.fr/>.
 # It may be used under the terms of the GNU General Public License.
 
 SubDir TOP ;
@@ -17,14 +17,19 @@ HANDBRAKE_LIBS = libhb.a
           contrib/lib/libogg.a        contrib/lib/libsamplerate.a
           contrib/lib/libx264.a       contrib/lib/libxvidcore.a
           contrib/lib/libmkv.a        contrib/lib/libswscale.a
-          contrib/lib/libtheora.a ;
+          contrib/lib/libtheora.a     contrib/lib/libfaad.a ;
 
 if $(OS) = UNKNOWN
 {
     OS = CYGWIN ;
 }
 
-if $(OS) != CYGWIN
+if $(OS) = CYGWIN
+{
+    HANDBRAKE_LIBS = $(HANDBRAKE_LIBS) contrib/lib/libbz2.a contrib/lib/libz.a ;
+}
+
+if $(CSS) = 1
 {
     HANDBRAKE_LIBS = $(HANDBRAKE_LIBS) contrib/lib/libdvdcss.a ;
 }