Commit 66ee062c authored by Pierre Ynard's avatar Pierre Ynard

goom: build fixes

parent 0c6e1732
......@@ -36,6 +36,7 @@
#include <vlc_block.h>
#include <vlc_input.h>
#include <vlc_filter.h>
#include <vlc_playlist.h>
#ifdef USE_GOOM_TREE
# ifdef OLD_GOOM
......@@ -423,7 +424,7 @@ static char *TitleGet( vlc_object_t *p_this )
free( psz_title );
char *psz_uri = input_item_GetURI( input_GetItem( p_input ) );
const char *psz = strrchr( psz_orig, '/' );
const char *psz = strrchr( psz_uri, '/' );
if( psz )
{
psz_title = strdup( psz + 1 );
......
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