[vlc-devel] commit: macosx/framework: Add the freebox as one of the known SD. (Pierre d 'Herbemont )
git version control
git at videolan.org
Sat Oct 10 16:29:43 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sat Oct 10 16:14:13 2009 +0200| [6f2d470c5f563888d19bd88eb793ac036bc0b659] | committer: Pierre d'Herbemont
macosx/framework: Add the freebox as one of the known SD.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f2d470c5f563888d19bd88eb793ac036bc0b659
---
.../macosx/framework/Sources/VLCMediaDiscoverer.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/projects/macosx/framework/Sources/VLCMediaDiscoverer.m b/projects/macosx/framework/Sources/VLCMediaDiscoverer.m
index 274a0a1..a892c99 100644
--- a/projects/macosx/framework/Sources/VLCMediaDiscoverer.m
+++ b/projects/macosx/framework/Sources/VLCMediaDiscoverer.m
@@ -76,6 +76,7 @@ static void HandleMediaDiscovererEnded( const libvlc_event_t * event, void * use
{
availableMediaDiscoverer = [[NSArray arrayWithObjects:
[[[VLCMediaDiscoverer alloc] initWithName:@"sap"] autorelease],
+ [[[VLCMediaDiscoverer alloc] initWithName:@"freebox"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],
[[[VLCMediaDiscoverer alloc] initWithName:@"shoutcasttv"] autorelease], nil] retain];
}
More information about the vlc-devel
mailing list