[vlc-commits] activex: Add libvlcpp & enable exceptions
Hugo Beauzée-Luyssen
git at videolan.org
Tue Apr 21 10:15:52 CEST 2015
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 24 17:00:26 2015 +0100| [61c98d595db091125d09394890d990cebecf408a] | committer: Hugo Beauzée-Luyssen
activex: Add libvlcpp & enable exceptions
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=61c98d595db091125d09394890d990cebecf408a
---
activex/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/activex/Makefile.am b/activex/Makefile.am
index b62b43a..7d6470a 100644
--- a/activex/Makefile.am
+++ b/activex/Makefile.am
@@ -26,8 +26,8 @@ DIST_misc = \
lib_LTLIBRARIES = axvlc.la
-AM_CPPFLAGS = $(LIBVLC_CFLAGS) -DUNICODE -D_UNICODE -D_MIDL_USE_GUIDDEF_
-AM_CXXFLAGS = ${CXXFLAGS} -fno-exceptions
+AM_CPPFLAGS = $(LIBVLC_CFLAGS) -DUNICODE -D_UNICODE -D_MIDL_USE_GUIDDEF_ -I$(top_srcdir)/vlcpp
+AM_CXXFLAGS = ${CXXFLAGS}
axvlc_la_SOURCES = \
main.cpp \
More information about the vlc-commits
mailing list