Changeset 6f17ad3c8461d77ba935fe7be6b48b1f828c2062
- Timestamp:
- 10/11/07 11:32:09
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1192095129 +0000
- git-parent:
[222960cff9c3968b0c6b8c073bfa08182e3cc78a]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1192095129 +0000
- Message:
modules/services_discovery/shout.c: Use services_discovery.h instead of playlist.h.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r44d5f29 |
r6f17ad3 |
|
| 28 | 28 | |
|---|
| 29 | 29 | #include <vlc/vlc.h> |
|---|
| 30 | | #include <vlc_playlist.h> |
|---|
| | 30 | #include <vlc_services_discovery.h> |
|---|
| 31 | 31 | #include <vlc_interface.h> |
|---|
| 32 | 32 | |
|---|
| … | … | |
| 148 | 148 | services_discovery_AddItem( p_sd, p_sd->p_sys->p_input, NULL /* no category */ ); |
|---|
| 149 | 149 | |
|---|
| 150 | | input_Read( pl_Yield(p_sd), p_sd->p_sys->p_input, VLC_FALSE ); |
|---|
| | 150 | input_Read( p_sd, p_sd->p_sys->p_input, VLC_FALSE ); |
|---|
| 151 | 151 | } |
|---|
| 152 | 152 | |
|---|