diff options
author | jstebbins <[email protected]> | 2010-04-10 01:10:15 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2010-04-10 01:10:15 +0000 |
commit | c6c3b33558aa505e6c44c988154ab253a895d1e3 (patch) | |
tree | 5c0641a9c5f962b52a49e8c079e38d88f86500f5 /libhb/module.defs | |
parent | 34d7b7d5daef1d22ab8061ebb46fea5a27a4c8fd (diff) |
fix some mingw warnings and a mingw build issue
mingw gcc-4.5 has linker issues against shared libstdc++
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3217 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/module.defs')
-rw-r--r-- | libhb/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/module.defs b/libhb/module.defs index bb5aaec3e..e73102c9a 100644 --- a/libhb/module.defs +++ b/libhb/module.defs @@ -93,7 +93,7 @@ LIBHB.dll.libs = $(foreach n, \ ogg pthreadGC2 samplerate swscale theora vorbis vorbisenc x264 z, \ $(CONTRIB.build/)lib/lib$(n).a ) -LIBHB.GCC.args.extra.dylib++ = -Wl,--out-implib,$(LIBHB.lib) +LIBHB.GCC.args.extra.dylib++ += -Wl,--out-implib,$(LIBHB.lib) LIBHB.GCC.l += iberty ws2_32 LIBHB.out += $(LIBHB.dll) $(LIBHB.lib) |