summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-04-05 16:52:19 +0000
committersr55 <[email protected]>2010-04-05 16:52:19 +0000
commit453a109aae42e4ce540b16977c4ffe3631b7dce3 (patch)
treecd96dbde2aa42675f96cf0b0254487dcee89c4de
parent9e3b8e60d3d7ef4c0aae520914231489ff51032c (diff)
small error in the last change. Missed a comman in the libhb build script change.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3200 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--libhb/module.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs
index d28d2a8ee..bb5aaec3e 100644
--- a/libhb/module.defs
+++ b/libhb/module.defs
@@ -46,7 +46,7 @@ else ifeq ($(BUILD.system),linux)
LIBHB.GCC.D += SYS_LINUX _LARGEFILE_SOURCE _FILE_OFFSET_BITS=64
else ifeq ($(BUILD.system),mingw)
LIBHB.GCC.D += SYS_MINGW PTW32_STATIC_LIB
- LIBHB.GCC.args.extra.dylib++ += -Wl --enable-auto-import
+ LIBHB.GCC.args.extra.dylib++ += -Wl,--enable-auto-import
else ifeq ($(BUILD.system),solaris)
LIBHB.GCC.D += SYS_SunOS _LARGEFILE_SOURCE _FILE_OFFSET_BITS=64
else