summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-11-20 23:21:17 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-11-20 23:21:17 +0000
commitfdb56f0113e1f25a2f6172a86d9163d829a68f56 (patch)
treefc741fc815d45548d4325e73d0d16adcb9eeb352 /misc
parenteb344a888e453557c4111ac24efc7a722c4290a5 (diff)
downloadxine-lib-fdb56f0113e1f25a2f6172a86d9163d829a68f56.tar.gz
xine-lib-fdb56f0113e1f25a2f6172a86d9163d829a68f56.tar.bz2
avoid failure with clients that use xine lib (xine_check use X calls, for all Xv stuff, and it's not dlsymable, since libXv.a is the standard, maybe it's time to think about a plugin for those X related checks).
CVS patchset: 3324 CVS date: 2002/11/20 23:21:17
Diffstat (limited to 'misc')
-rw-r--r--misc/xine-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in
index 7d35873d1..f4b5ebc84 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -96,11 +96,11 @@ if test "$echo_acflags" = "yes"; then
fi
if test "$echo_cflags" = "yes"; then
- echo -I@includedir@ @THREAD_CFLAGS@
+ echo -I@includedir@ @THREAD_CFLAGS@ @EXTRA_X_CFLAGS@
fi
if test "$echo_libs" = "yes"; then
- echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@
+ echo -L@libdir@ -lxine @ZLIB_LIBS@ @THREAD_LIBS@ @EXTRA_X_LIBS@
fi
if test "$echo_plugindir" = "yes"; then
echo "@XINE_PLUGINPATH@"