[vlc-devel] commit: macosx/framework: upnp_intel is available within VLCKit. (Pierre d' Herbemont )

git version control git at videolan.org
Thu Dec 31 17:08:51 CET 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Dec 30 14:20:43 2009 +0100| [5b8e2978ba92bf73f19be9a20997da2173e87abe] | committer: Pierre d'Herbemont 

macosx/framework: upnp_intel is available within VLCKit.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b8e2978ba92bf73f19be9a20997da2173e87abe
---

 .../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 5c7e268..f55175c 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:@"upnp_intel"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"freebox"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"video_dir"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"shoutcast"] autorelease],




More information about the vlc-devel mailing list