diff options
author | sr55 <[email protected]> | 2008-09-21 19:16:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-09-21 19:16:40 +0000 |
commit | 41d09f012cff42a24eed2a72941fbba167f98924 (patch) | |
tree | 6a4d5973d4e09d26e76ead2d9de0c1055a3dff34 /Jamfile | |
parent | 93c1d51aeac30926091a3fc3d38a9849a5efdf7a (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-- | Jamfile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ; |