[vlc-devel] commit: goom: build fixes (Pierre Ynard )
git version control
git at videolan.org
Mon Jan 18 20:49:11 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jan 18 20:48:47 2010 +0100| [66ee062c868b962cdf7731b5b5bdedde29f22bf7] | committer: Pierre Ynard
goom: build fixes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=66ee062c868b962cdf7731b5b5bdedde29f22bf7
---
modules/visualization/goom.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/modules/visualization/goom.c b/modules/visualization/goom.c
index d7c6d03..4efc11b 100644
--- a/modules/visualization/goom.c
+++ b/modules/visualization/goom.c
@@ -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 );
More information about the vlc-devel
mailing list