Commit b1bf144c authored by Clément Stenac's avatar Clément Stenac

build fix

parent 25368dcd
...@@ -131,7 +131,7 @@ static int Demux( demux_t *p_demux ) ...@@ -131,7 +131,7 @@ static int Demux( demux_t *p_demux )
int i_type; int i_type;
p_playlist = (playlist_t *) vlc_object_find( p_demux, VLC_OBJECT_PLAYLIST, p_playlist = (playlist_t *) vlc_object_find( p_demux, VLC_OBJECT_PLAYLIST,
FIND_NEXT ); FIND_ANYWHERE );
if( !p_playlist ) if( !p_playlist )
{ {
msg_Err( p_demux, "can't find playlist" ); msg_Err( p_demux, "can't find playlist" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment