Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
527714d4
Commit
527714d4
authored
Sep 16, 2013
by
Rémi Denis-Courmont
Browse files
lib: work around automake subdirectory limitation (fixes #9367)
parent
bca1bc25
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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