瀏覽代碼

Fix loading of upnp module.

Also, remove leftover _intel parts here and there.
Konstantin Pavlov 14 年之前
父節點
當前提交
feaab97200
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/VLCMediaDiscoverer.m

+ 1 - 1
Sources/VLCMediaDiscoverer.m

@@ -75,7 +75,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:@"upnp"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"freebox"] autorelease],
                                 [[[VLCMediaDiscoverer alloc] initWithName:@"video_dir"] autorelease], nil] retain];
     }