Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
527714d4
Commit
527714d4
authored
Sep 16, 2013
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib: work around automake subdirectory limitation (fixes #9367)
parent
bca1bc25
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
lib/Makefile.am
lib/Makefile.am
+1
-2
lib/core.c
lib/core.c
+2
-0
No files found.
lib/Makefile.am
View file @
527714d4
...
...
@@ -51,8 +51,7 @@ libvlc_la_SOURCES = \
media_list_path.h
\
media_list_player.c
\
media_library.c
\
media_discoverer.c
\
../src/revision.c
media_discoverer.c
EXTRA_DIST
=
libvlc.pc.in libvlc.sym ../include/vlc/libvlc_version.h.in
libvlc_la_LIBADD
=
\
...
...
lib/core.c
View file @
527714d4
...
...
@@ -36,6 +36,8 @@
#include <limits.h>
#include <assert.h>
#include "../src/revision.c"
static
const
char
nomemstr
[]
=
"Insufficient memory"
;
libvlc_instance_t
*
libvlc_new
(
int
argc
,
const
char
*
const
*
argv
)
...
...
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