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
d4da0d58
Commit
d4da0d58
authored
May 04, 2008
by
Rémi Denis-Courmont
Browse files
Also if BUILD_LUA
parent
48dd75b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d4da0d58
...
...
@@ -1766,7 +1766,6 @@ then
])
if test "x${have_lua}" = "xyes" ; then
AC_DEFINE(HAVE_LUA, 1, [Define if you have the lua library])
VLC_ADD_PLUGIN([lua])
VLC_ADD_LIBS([lua],[$LUA_LIBS])
VLC_ADD_CFLAGS([lua],[$LUA_CFLAGS])
fi
...
...
modules/misc/Modules.am
View file @
d4da0d58
SUBDIRS = dummy lua memcpy notify testsuite playlist osd xml probe
SUBDIRS = dummy memcpy notify testsuite playlist osd xml probe
DIST_SUBDIRS = lua $(SUBDIRS)
if BUILD_LUA
SUBDIRS += lua
endif
SOURCES_gtk_main = gtk_main.c
SOURCES_gnome_main = gtk_main.c
SOURCES_gtk2_main = gtk_main.c
...
...
modules/misc/lua/Modules.am
View file @
d4da0d58
SOURCES_lua = playlist.c meta.c intf.c vlc.c vlc.h callbacks.c objects.c variables.c configuration.c net.c vlm.c httpd.c acl.c sd.c
libvlc_LTLIBRARIES += liblua_plugin.la
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