libmatroska-win32.patch
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  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.