[vlc-devel] commit: zvbi: adds explicitely -lpthreadGC2 -lwsock32 to needed libraries on win32 ( Rafaël Carré )
git version control
git at videolan.org
Thu Oct 15 14:52:48 CEST 2009
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Thu Oct 15 14:52:12 2009 +0200| [5a960f61c5de6b3e4cf000c421843166b3901354] | committer: Rafaël Carré
zvbi: adds explicitely -lpthreadGC2 -lwsock32 to needed libraries on win32
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a960f61c5de6b3e4cf000c421843166b3901354
---
extras/contrib/src/Patches/zvbi-win32.patch | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Patches/zvbi-win32.patch b/extras/contrib/src/Patches/zvbi-win32.patch
index 9c6e12a..44f32b9 100644
--- a/extras/contrib/src/Patches/zvbi-win32.patch
+++ b/extras/contrib/src/Patches/zvbi-win32.patch
@@ -190,3 +190,12 @@ diff -ruN zvbi/src/vbi.c zvbi.new/src/vbi.c
/**
* @internal
* 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}
More information about the vlc-devel
mailing list