diff options
-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@ |