]> git.sesse.net Git - vlc/commitdiff
build fix
authorClément Stenac <zorglub@videolan.org>
Wed, 14 Dec 2005 18:29:29 +0000 (18:29 +0000)
committerClément Stenac <zorglub@videolan.org>
Wed, 14 Dec 2005 18:29:29 +0000 (18:29 +0000)
modules/demux/playlist/podcast.c

index a60b0eecf99b6ce13b308d5baa8d318c102f435f..78324e9c3c8505f13c376d13c35f278495d1c8fa 100644 (file)
@@ -131,7 +131,7 @@ static int Demux( demux_t *p_demux )
     int i_type;
 
     p_playlist = (playlist_t *) vlc_object_find( p_demux, VLC_OBJECT_PLAYLIST,
-                                                 FIND_NEXT );
+                                                 FIND_ANYWHERE );
     if( !p_playlist )
     {
         msg_Err( p_demux, "can't find playlist" );