Changeset a52b66d42253f03343197fde517eef915c16de31
- Timestamp:
- 04/06/08 08:01:35
(5 months ago)
- Author:
- Jean-Baptiste Kempf <jb@altair.videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1207461695 +0200
- git-parent:
[7633315069456e39e1301fdbf3b64d20d5a3a1a2]
- git-author:
- Jean-Baptiste Kempf <jb@altair.videolan.org> 1207461551 +0200
- Message:
Fix libmodplug compilation by removing abc, mid and pat files since they
don't compile on Windows.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc70e1d1 |
ra52b66d |
|
| 1400 | 1400 | libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz |
|---|
| 1401 | 1401 | $(EXTRACT_GZ) |
|---|
| | 1402 | #ifdef HAVE_WIN32 |
|---|
| | 1403 | patch -p0 < Patches/libmodplug-win32.patch |
|---|
| | 1404 | #end |
|---|
| 1402 | 1405 | |
|---|
| 1403 | 1406 | .mod: libmodplug |
|---|