From 1ab6bbe3a79897d0198847d95f63d682c35eccdc Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Sat, 2 Nov 2002 21:53:00 +0000 Subject: 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 --- misc/xine-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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@" -- cgit v1.2.3