summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-11-02 02:56:29 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-11-02 02:56:29 +0000
commite7d484bae58ca5597162a553fe59aa765365bd07 (patch)
treec895b9d0b133991796e59caea0bcea69235b0330
parent6f22e2a4bd9628738b840df463b98c4808b6b83e (diff)
downloadxine-lib-e7d484bae58ca5597162a553fe59aa765365bd07.tar.gz
xine-lib-e7d484bae58ca5597162a553fe59aa765365bd07.tar.bz2
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
-rw-r--r--misc/xine-config.in2
1 files changed, 1 insertions, 1 deletions
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@"