Commit 9eb5b0ce authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Don't forget pthread when compiling zvbi for win32

parent 1f952b3d
...@@ -3748,6 +3748,9 @@ AS_IF( [test "${enable_zvbi}" != "no"],[ ...@@ -3748,6 +3748,9 @@ AS_IF( [test "${enable_zvbi}" != "no"],[
zvbi-0.2 >= 0.2.25, zvbi-0.2 >= 0.2.25,
[ [
VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS]) VLC_ADD_LIBS([zvbi],[$ZVBI_LIBS])
if test "${SYS}" = "mingw32"; then
VLC_ADD_LIBS([zvbi],[ -lpthreadGC2])
fi
VLC_ADD_CFLAGS([zvbi],[$ZVBI_CFLAGS]) VLC_ADD_CFLAGS([zvbi],[$ZVBI_CFLAGS])
VLC_ADD_PLUGIN([zvbi]) VLC_ADD_PLUGIN([zvbi])
AC_DEFINE(ZVBI_COMPILED, 1, [Define if the zvbi module is built]) AC_DEFINE(ZVBI_COMPILED, 1, [Define if the zvbi module is built])
......
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