Changeset fcf1a8e5836b444b2265784bd197fbd450ff75db
- Timestamp:
- 20/10/06 16:49:47
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161355787 +0000
- git-parent:
[c3b3c2a8d7e720321afcd1efb31cf1fe02120db2]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161355787 +0000
- Message:
Don't build quicktime plugin with loader since it is broken
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb487fff |
rfcf1a8e |
|
| 5201 | 5201 | AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"]) |
|---|
| 5202 | 5202 | AS_IF([test "${enable_loader}" = "yes"], |
|---|
| 5203 | | [ VLC_ADD_PLUGINS([dmo quicktime]) |
|---|
| | 5203 | [ VLC_ADD_PLUGINS([dmo]) |
|---|
| 5204 | 5204 | VLC_ADD_CPPFLAGS([dmo],[-I../../../@top_srcdir@/loader]) |
|---|
| 5205 | 5205 | VLC_ADD_LDFLAGS([dmo],[../../../loader/libloader.la]) |
|---|