Commit 95c51011 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Try to fix asademux compile on Win32.

parent dc8472ea
......@@ -3769,6 +3769,9 @@ AS_IF( [test "${enable_asademux}" = "yes"], [
[
VLC_ADD_LDFLAGS([asademux],[$PCRE_LIBS])
VLC_ADD_CFLAGS([asademux],[$PCRE_CFLAGS])
if test "${SYS}" = "mingw32"; then
VLC_ADD_CPPFLAGS([asademux],[-DPCRE_STATIC])
fi
VLC_ADD_PLUGIN([asademux])
],[
AC_MSG_WARN([PCRE library not found (required for asademux)])
......
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