Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
66ee062c
Commit
66ee062c
authored
Jan 18, 2010
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
goom: build fixes
parent
0c6e1732
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modules/visualization/goom.c
modules/visualization/goom.c
+2
-1
No files found.
modules/visualization/goom.c
View file @
66ee062c
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
#include <vlc_block.h>
#include <vlc_block.h>
#include <vlc_input.h>
#include <vlc_input.h>
#include <vlc_filter.h>
#include <vlc_filter.h>
#include <vlc_playlist.h>
#ifdef USE_GOOM_TREE
#ifdef USE_GOOM_TREE
# ifdef OLD_GOOM
# ifdef OLD_GOOM
...
@@ -423,7 +424,7 @@ static char *TitleGet( vlc_object_t *p_this )
...
@@ -423,7 +424,7 @@ static char *TitleGet( vlc_object_t *p_this )
free
(
psz_title
);
free
(
psz_title
);
char
*
psz_uri
=
input_item_GetURI
(
input_GetItem
(
p_input
)
);
char
*
psz_uri
=
input_item_GetURI
(
input_GetItem
(
p_input
)
);
const
char
*
psz
=
strrchr
(
psz_
orig
,
'/'
);
const
char
*
psz
=
strrchr
(
psz_
uri
,
'/'
);
if
(
psz
)
if
(
psz
)
{
{
psz_title
=
strdup
(
psz
+
1
);
psz_title
=
strdup
(
psz
+
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment