Changeset 37481e857adddfa05b8871dc8784c22240b1e3a8
- Timestamp:
- 21/12/07 20:30:52
(10 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198265452 +0000
- git-parent:
[4c4ad240294546960d94560fffd40e2e0ae3ce0a]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1198265452 +0000
- Message:
modules/services_discovery/freebox.c: Create a new service discovery for the french ISP free.fr set top box.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r53c7731 |
r37481e8 |
|
| 1269 | 1269 | if test "${SYS}" != "mingwce"; then |
|---|
| 1270 | 1270 | VLC_ADD_PLUGINS([access_fake access_filter_timeshift access_filter_record access_filter_dump]) |
|---|
| 1271 | | VLC_ADD_PLUGINS([gestures rc telnet hotkeys showintf marq podcast shout sap fake folder]) |
|---|
| | 1271 | VLC_ADD_PLUGINS([gestures rc telnet hotkeys showintf marq podcast shout sap freebox fake folder]) |
|---|
| 1272 | 1272 | VLC_ADD_PLUGINS([rss mosaic wall motiondetect clone crop erase bluescreen alphamask gaussianblur]) |
|---|
| 1273 | 1273 | VLC_ADD_PLUGINS([i420_yuy2 i422_yuy2 i420_ymga i422_i420]) |
|---|
| r0900f11 |
r37481e8 |
|
| 5 | 5 | SOURCES_upnp_intel = upnp_intel.cpp |
|---|
| 6 | 6 | SOURCES_bonjour = bonjour.c |
|---|
| | 7 | SOURCES_freebox = freebox.c |
|---|
| 7 | 8 | SOURCES_podcast = podcast.c |
|---|