From: Jean-Baptiste Kempf Date: Wed, 9 Jul 2008 20:57:24 +0000 (+0200) Subject: Try to fix asademux compile on Win32. X-Git-Tag: 0.9.0-test2~86 X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=95c51011d5b6c8dbe2f22afc781822dda55ff92e Try to fix asademux compile on Win32. --- diff --git a/configure.ac b/configure.ac index 0e29a396b1..eca81c7786 100644 --- a/configure.ac +++ b/configure.ac @@ -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)])