Changeset 862c17fa7fe53fe962ccbd20238ea8ecc774c4fc
- Timestamp:
- 05/10/08 14:41:01
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210423261 +0200
- git-parent:
[9dd6534d551c2e697e186f4397c2fa13b6d0c9c6]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210423261 +0200
- Message:
Fix compilation on != darwin, beos, win32, linux
Fix [3e1fea390e453b25f50d1e4308b80a4a962b8564]
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r3e1fea3 |
r862c17f |
|
| 224 | 224 | if HAVE_WINCE |
|---|
| 225 | 225 | libvlc_la_SOURCES += $(SOURCES_libvlc_win32) |
|---|
| | 226 | else |
|---|
| | 227 | libvlc_la_SOURCES += $(SOURCES_libvlc_other) |
|---|
| 226 | 228 | endif |
|---|
| 227 | 229 | endif |
|---|