diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-08-29 17:00:38 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-08-29 17:00:38 +0000 |
commit | b32c104db2c849eec6d63331bb3688664bdef9eb (patch) | |
tree | 55d29abc7ac633f55db4f99a169aaa368cae5ea2 | |
parent | 0f8fd3b22893dd07db6506a1ba4d298e51a1c985 (diff) | |
download | xine-lib-b32c104db2c849eec6d63331bb3688664bdef9eb.tar.gz xine-lib-b32c104db2c849eec6d63331bb3688664bdef9eb.tar.bz2 |
Synchronize libxine.pc with xine-config.
CVS patchset: 7714
CVS date: 2005/08/29 17:00:38
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | misc/libxine.pc.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ xine-lib (1.1.1) It bypasses alsa-lib resampler and uses xine's * Windows ports fixes and improvements * Set up the framebuffer palette (fb video out). + * build fixes xine-lib (1.1.0) * new quality deinterlacer from dscaler: GreedyH (Greedy High Motion) diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in index 88d922b74..4ea6f4e61 100644 --- a/misc/libxine.pc.in +++ b/misc/libxine.pc.in @@ -7,5 +7,5 @@ Name: libxine Description: The xine engine library Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@ Requires: -Libs: -L${libdir} -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ +Libs: -L${libdir} -lxine @ZLIB_LIBS_CONFIG@ @NET_LIBS@ @THREAD_LIBS_CONFIG@ @LIBICONV@ @RT_LIBS@ Cflags: -I${includedir} @THREAD_CFLAGS_CONFIG@ |