Commit 0f9da48d authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: force c++ linkage for the portaudio plugin.

parent f4311b58
......@@ -3110,6 +3110,7 @@ AC_ARG_ENABLE(portaudio,
[if test "${enable_portaudio}" = "yes"
then
VLC_ADD_PLUGINS([portaudio])
VLC_ADD_CXXFLAGS([portaudio],[])
if test "${SYS}" = "mingw32"; then
VLC_ADD_LDFLAGS([portaudio],[-lportaudio -lwinmm -lole32])
else
......
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