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 ...@@ -149,7 +149,7 @@ AM_LDFLAGS += -avoid-version
endif endif
libvlccore_la_SOURCES = $(SOURCES_libvlc) libvlccore_la_SOURCES = $(SOURCES_libvlc)
libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \ libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore` \
-DMODULE_STRING=\"main\" \ -DMODULE_STRING=\"main\" \
-DLOCALEDIR=\"$(localedir)\" \ -DLOCALEDIR=\"$(localedir)\" \
-DSYSCONFDIR=\"$(sysconfdir)\" \ -DSYSCONFDIR=\"$(sysconfdir)\" \
......
...@@ -213,7 +213,7 @@ while test $# -gt 0; do ...@@ -213,7 +213,7 @@ while test $# -gt 0; do
-*) -*)
usage 1 1>&1 usage 1 1>&1
;; ;;
libvlc) libvlccore)
cppflags="${cppflags} -D__LIBVLC__ -I${top_builddir}src/misc" cppflags="${cppflags} -D__LIBVLC__ -I${top_builddir}src/misc"
;; ;;
plugin) 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