]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libmodplug-win32.patch
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / extras / contrib / src / Patches / libmodplug-win32.patch
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))