0d6ddb7b46
This release contains a security fix (unchecked array index, CVE-2008-1686). There are also a few bug fixes, and open-source support for RealAudio "cook". For front-end package maintainers, there's a tool to help maintain MIME type lists, and for developers who need raw frame data, you can now get that with the "raw" video output plugin. from brad@
14 lines
558 B
Plaintext
14 lines
558 B
Plaintext
$OpenBSD: patch-misc_libxine_pc_in,v 1.3 2008/04/15 11:24:14 jakemsr Exp $
|
|
--- misc/libxine.pc.in.orig Sun Apr 6 14:32:21 2008
|
|
+++ misc/libxine.pc.in Mon Apr 14 20:28:43 2008
|
|
@@ -22,7 +22,7 @@ Name: libxine
|
|
Description: The xine engine library
|
|
Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@
|
|
Requires:
|
|
-Libs: -L${libdir} -lxine
|
|
+Libs: -L${libdir} -lxine @PTHREAD_LIBS@
|
|
Libs.private: @ZLIB_LIBS@ @NET_LIBS@ @PTHREAD_LIBS@ @LIBICONV@ @RT_LIBS@
|
|
-Cflags: -I${includedir}
|
|
+Cflags: -I${includedir} @PTHREAD_CFLAGS@
|
|
Cflags.private: @PTHREAD_CFLAGS@
|