Commit 41784a3e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Use libvlccore C flags for libvlccore

parent 8e37bd45
......@@ -149,7 +149,7 @@ AM_LDFLAGS += -avoid-version
endif
libvlccore_la_SOURCES = $(SOURCES_libvlc)
libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \
libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore` \
-DMODULE_STRING=\"main\" \
-DLOCALEDIR=\"$(localedir)\" \
-DSYSCONFDIR=\"$(sysconfdir)\" \
......
......@@ -213,7 +213,7 @@ while test $# -gt 0; do
-*)
usage 1 1>&1
;;
libvlc)
libvlccore)
cppflags="${cppflags} -D__LIBVLC__ -I${top_builddir}src/misc"
;;
plugin)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment