We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca1bc2 commit 527714dCopy full SHA for 527714d
lib/Makefile.am
@@ -51,8 +51,7 @@ libvlc_la_SOURCES = \
51
media_list_path.h \
52
media_list_player.c \
53
media_library.c \
54
- media_discoverer.c \
55
- ../src/revision.c
+ media_discoverer.c
56
EXTRA_DIST = libvlc.pc.in libvlc.sym ../include/vlc/libvlc_version.h.in
57
58
libvlc_la_LIBADD = \
lib/core.c
@@ -36,6 +36,8 @@
36
#include <limits.h>
37
#include <assert.h>
38
39
+#include "../src/revision.c"
40
+
41
static const char nomemstr[] = "Insufficient memory";
42
43
libvlc_instance_t * libvlc_new( int argc, const char *const *argv )
0 commit comments