summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-11-02 21:53:00 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-11-02 21:53:00 +0000
commit1ab6bbe3a79897d0198847d95f63d682c35eccdc (patch)
treeda229b08ab73f5c8b8c811c0d4d7ca0dfff2049a /misc
parent0250eacf7013b2b80ddd1268d7ba48696d97acb8 (diff)
downloadxine-lib-1ab6bbe3a79897d0198847d95f63d682c35eccdc.tar.gz
xine-lib-1ab6bbe3a79897d0198847d95f63d682c35eccdc.tar.bz2
Thanks to Siggi, Bastien, and Robin for their help.
Used dlopen to grab reference to XvQueryExtension. Added #ifdef statements to protect doing unnecessary checks if X11 or Xv not installed. (still need work here) Removed X11 libs from xine-config flag (--libs) CVS patchset: 3156 CVS date: 2002/11/02 21:53:00
Diffstat (limited to 'misc')
-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 159e3d892..7d35873d1 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -100,7 +100,7 @@ if test "$echo_cflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @X_LIBS@ @XV_LIB@ -lXext
+ echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@
fi
if test "$echo_plugindir" = "yes"; then
echo "@XINE_PLUGINPATH@"