Commit 5a960f61 authored by Rafaël Carré's avatar Rafaël Carré

zvbi: adds explicitely -lpthreadGC2 -lwsock32 to needed libraries on win32

parent fb28608b
...@@ -190,3 +190,12 @@ diff -ruN zvbi/src/vbi.c zvbi.new/src/vbi.c ...@@ -190,3 +190,12 @@ diff -ruN zvbi/src/vbi.c zvbi.new/src/vbi.c
/** /**
* @internal * @internal
* Drop-in for munmap(). Logs the request on fp if not NULL. * Drop-in for munmap(). Logs the request on fp if not NULL.
--- zvbi/zvbi-0.2.pc.in 2009-10-15 14:47:54.000000000 +0200
+++ zvbi.new/zvbi-0.2.pc.in 2009-10-15 14:47:46.000000000 +0200
@@ -7,5 +7,5 @@
Description: VBI Capturing and Decoding Library
Requires:
Version: @VERSION@
-Libs: -L${libdir} -lzvbi -lm @LIBS@
+Libs: -L${libdir} -lzvbi -lm -lpthreadGC2 -lwsock32 @LIBS@
Cflags: -I${includedir}
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