]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libebml-win32.patch
Contribs: update to libebml 0.8.0
[vlc] / extras / contrib / src / Patches / libebml-win32.patch
1 diff -ruN libebml/make/mingw32/Makefile libebml.new/make/mingw32/Makefile
2 --- libebml/make/mingw32/Makefile       2010-04-11 18:36:50.000000000 +0200
3 +++ libebml.new/make/mingw32/Makefile   2010-05-29 14:26:07.000000000 +0200
4 @@ -50,7 +50,7 @@
5         rm -f .depend\r
6  \r
7  libebml.a: $(OBJ)\r
8 -       $(AR) r $@ $(OBJ)\r
9 +       $(AR) rcvu $@ $(OBJ)\r
10         $(RANLIB) $@\r
11  \r
12  libebml.dll: $(OBJ)\r