diff options
author | sr55 <[email protected]> | 2008-10-04 14:35:47 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-10-04 14:35:47 +0000 |
commit | 26acbfb43a17573bd88e36a4f99e6b5ab8551e73 (patch) | |
tree | 29779077616cadbed0b38f9f59699332dd036971 /contrib | |
parent | abec9ad9996e79cc562b5ce681de783cbccf1751 (diff) |
Jamfile - Fixes tab instead of 4 spaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1811 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Jamfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Jamfile b/contrib/Jamfile index 2d1d35db6..117fc6b79 100644 --- a/contrib/Jamfile +++ b/contrib/Jamfile @@ -184,7 +184,7 @@ rule LibDvdRead DVDREAD_PATCH = "$(PATCH) -p0 < ../patch-libdvdread-css-vlc-dylib.patch &&" ; } - if $(OS) = CYGWIN + if $(OS) = CYGWIN { DVDREAD_PATCH = "$(PATCH) -p1 < ../patch-libdvdread-cygwin.patch &&" ; } |