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

midi

开发平台:

Unix_Linux

  1. --- libmodplug-0.8.4/src/Makefile.am 2006-11-02 04:48:13.000000000 +0100
  2. +++ libmodplug/src/Makefile.am 2008-04-06 07:55:35.000000000 +0200
  3. @@ -32,9 +32,6 @@
  4.                          load_j2b.cpp       
  5.                          load_mt2.cpp       
  6.                          load_psm.cpp       
  7. -                        load_abc.cpp       
  8. -                        load_mid.cpp       
  9. -                        load_pat.cpp       
  10.                          modplug.cpp
  11.  
  12.  libmodplugincludedir = $(includedir)/libmodplug
  13. diff -ru libmodplug/src/sndfile.cpp libmodplug-new/src/sndfile.cpp
  14. --- libmodplug/src/sndfile.cpp 2006-11-02 04:31:26.000000000 +0000
  15. +++ libmodplug-new/src/sndfile.cpp 2008-04-12 20:56:39.000000000 +0100
  16. @@ -143,8 +143,5 @@
  17.  #ifndef MODPLUG_BASIC_SUPPORT
  18.  /* Sequencer File Format Support */
  19. -  && (!ReadABC(lpStream, dwMemLength))
  20. -  && (!ReadMID(lpStream, dwMemLength))
  21. -  && (!ReadPAT(lpStream, dwMemLength))
  22.    && (!ReadSTM(lpStream, dwMemLength))
  23.    && (!ReadMed(lpStream, dwMemLength))
  24.    && (!ReadMTM(lpStream, dwMemLength))