summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-03-22 00:16:22 +0000
committerjbrjake <[email protected]>2008-03-22 00:16:22 +0000
commitecc54675dddb56825215ce0c11358f81fc72f660 (patch)
tree22d60adb6b98b2a388445d1a2436bcea431009d4 /Jamfile
parent9880cbfd5b0db35bff71efa524e11c6c4dcfbe68 (diff)
"If one would give me six lines written by the hand of the most honest man, I would find something in them to have him hanged."
- Banishes libdvdcss, removing DVD decryption from HandBrake's binaries. - For decrypttion, the MacGui and Mac CLI now will load at runtime VLC's dynamic library of dvdcss if the media player's available on the user's system. - Linux users can build with a statically linked lib of dvdcss by using ./configure --libdvdcss, which will download it from a remote third party (videolan.org). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1354 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index f463bf2b9..a62521752 100644
--- a/Jamfile
+++ b/Jamfile
@@ -24,7 +24,7 @@ if $(OS) = UNKNOWN
OS = CYGWIN ;
}
-if $(OS) != CYGWIN
+if $(CSS) = 1
{
HANDBRAKE_LIBS = $(HANDBRAKE_LIBS) contrib/lib/libdvdcss.a ;
}