From e7d484bae58ca5597162a553fe59aa765365bd07 Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 2 Nov 2002 02:56:29 +0000 Subject: Added @X_LIBS@ @XV_LIB@ -lXext to --libs flag. Required to meet xine dependencies when checking for the detection of xine-lib. CVS patchset: 3134 CVS date: 2002/11/02 02:56:29 --- misc/xine-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/xine-config.in b/misc/xine-config.in index 5abcbaf0e..25a58d580 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -104,7 +104,7 @@ if test "$echo_cflags" = "yes"; then fi if test "$echo_libs" = "yes"; then - echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ + echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @X_LIBS@ @XV_LIB@ -lXext fi if test "$echo_plugindir" = "yes"; then echo "@XINE_PLUGINPATH@" -- cgit v1.2.3