libmatroska-win32.patch
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- Index: make/linux/Makefile
- ===================================================================
- --- make/linux/Makefile (revision 1206)
- +++ make/linux/Makefile (working copy)
- @@ -29,9 +29,9 @@
- INSTALL_OPTS_LIB = -m 644
- INSTALL_DIR_OPTS = -m 755
- -ifneq (,$(shell $(CXX) -v 2>&1 | tail -n 1 | grep -i mingw))
- -$(error Please use the Makefile in ../mingw32)
- -endif
- +#ifneq (,$(shell $(CXX) -v 2>&1 | tail -n 1 | grep -i mingw))
- +#$(error Please use the Makefile in ../mingw32)
- +#endif
- CWD=$(shell pwd)