Changeset 53375c390dfebe329da433db484cce661e08926f

Show
Ignore:
Timestamp:
04/12/08 23:59:55 (5 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1208037595 +0100
git-parent:

[a91d3a7843e8c61efc8d587d13ca4181a9492361]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1208037595 +0100
Message:

Fix libmodplug patch

When we don't build some code we need to remove all the place where it's
called else bad things happen at link time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Patches/libmodplug-win32.patch

    ra52b66d r53375c3  
    1111  
    1212 libmodplugincludedir = $(includedir)/libmodplug 
     13diff -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))