Changeset 53375c390dfebe329da433db484cce661e08926f
- 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
| ra52b66d |
r53375c3 |
|
| 11 | 11 | |
|---|
| 12 | 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)) |
|---|