summaryrefslogtreecommitdiffstats
path: root/Jamfile
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-21 19:16:40 +0000
committersr55 <[email protected]>2008-09-21 19:16:40 +0000
commit41d09f012cff42a24eed2a72941fbba167f98924 (patch)
tree6a4d5973d4e09d26e76ead2d9de0c1055a3dff34 /Jamfile
parent93c1d51aeac30926091a3fc3d38a9849a5efdf7a (diff)
Cygwin:
- We compile libz but don't actually link it in on cygwin. This is fixed. - Added bzip2 lib which means we can get rid of another cygwin dll. These are cygwin only so have no affect on any other platform. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1740 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index 1abb22fbb..ac3e79484 100644
--- a/Jamfile
+++ b/Jamfile
@@ -24,6 +24,11 @@ if $(OS) = UNKNOWN
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 ;