Browse Source

Fix loading of upnp module.

Also, remove leftover _intel parts here and there.
Konstantin Pavlov 14 years ago
parent
commit
feaab97200
1 changed files with 1 additions and 1 deletions
  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];
     }