[vlc-commits] zvbi: only force linking with pthreads-w32 on winstore builds

Steve Lhomme git at videolan.org
Thu May 17 13:06:20 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 17 13:05:17 2018 +0200| [38ab40eed55bcfb01fa0393f9eba28ec120d28d9] | committer: Steve Lhomme

zvbi: only force linking with pthreads-w32 on winstore builds

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=38ab40eed55bcfb01fa0393f9eba28ec120d28d9
---

 modules/codec/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
index cbf221cd4e..f563fd0dd5 100644
--- a/modules/codec/Makefile.am
+++ b/modules/codec/Makefile.am
@@ -272,7 +272,7 @@ libzvbi_plugin_la_SOURCES = codec/zvbi.c
 libzvbi_plugin_la_CFLAGS = $(AM_CFLAGS) $(ZVBI_CFLAGS) $(CFLAGS_zvbi)
 libzvbi_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(codecdir)'
 libzvbi_plugin_la_LIBADD = $(ZVBI_LIBS) $(SOCKET_LIBS)
-if HAVE_WIN32
+if HAVE_WINSTORE
 libzvbi_plugin_la_LIBADD += -lpthreadGC2
 endif
 EXTRA_LTLIBRARIES += libzvbi_plugin.la



More information about the vlc-commits mailing list