]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libmatroska-win32.patch
91719cb8ea633d234a0f2e8ccfad254d6f02ee88
[vlc] / extras / contrib / src / Patches / libmatroska-win32.patch
1 Index: make/linux/Makefile
2 ===================================================================
3 --- make/linux/Makefile (revision 1206)
4 +++ make/linux/Makefile (working copy)
5 @@ -29,9 +29,9 @@
6  INSTALL_OPTS_LIB = -m 644
7  INSTALL_DIR_OPTS = -m 755
8  
9 -ifneq (,$(shell $(CXX) -v 2>&1 | tail -n 1 | grep -i mingw))
10 -$(error Please use the Makefile in ../mingw32)
11 -endif
12 +#ifneq (,$(shell $(CXX) -v 2>&1 | tail -n 1 | grep -i mingw))
13 +#$(error Please use the Makefile in ../mingw32)
14 +#endif
15  
16  CWD=$(shell pwd)
17