Parcourir la source

Fix loading of upnp module.

Also, remove leftover _intel parts here and there.
Konstantin Pavlov il y a 14 ans
Parent
commit
feaab97200
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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];
     }