diff options
author | sr55 <[email protected]> | 2014-10-19 14:59:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-10-19 14:59:42 +0000 |
commit | 7500112dadf1d8fc945eb8ca0197d2cb762f1d42 (patch) | |
tree | 6b965dba1da295d1b69dfaa8aa3e25351eb58aa7 /contrib/libgnurx | |
parent | 7fdd990dbd235b9daab5845926013b75c6420697 (diff) |
Attempt to fix build
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6451 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/libgnurx')
-rw-r--r-- | contrib/libgnurx/P00-mingw-static.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/libgnurx/P00-mingw-static.patch b/contrib/libgnurx/P00-mingw-static.patch index a8ea2bb9d..fcf357b39 100644 --- a/contrib/libgnurx/P00-mingw-static.patch +++ b/contrib/libgnurx/P00-mingw-static.patch @@ -6,8 +6,7 @@ diff -ur mingw-libgnurx-2.5.1/Makefile.in.orig mingw-libgnurx-2.5.1/Makefile.in cp -p libgnurx.dll.a $@ +libregex.a-static: $(OBJECTS) -+ ar rcu libregex.a $(OBJECTS) -+ ranlib libregex.a ++ ar rscu libregex.a $(OBJECTS) + gnurx.lib: libgnurx-$(DLLVERSION).dll $(MSVCLIB) -def:libgnurx.def -out:gnurx.lib |