Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
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
Hide 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