diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-09 00:00:51 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-09 00:00:51 +0000 |
commit | 6f86af502d6717fb69d1730bf4aeff10d341ab95 (patch) | |
tree | c925af0d7dd8363c128f2980ee8cce3a21ed58a1 | |
parent | c980a592bd835f2c0826e4f0638cef3fabd70ee7 (diff) | |
download | xine-lib-6f86af502d6717fb69d1730bf4aeff10d341ab95.tar.gz xine-lib-6f86af502d6717fb69d1730bf4aeff10d341ab95.tar.bz2 |
Add symlink creation info in libXv.so explanation.
CVS patchset: 260
CVS date: 2001/07/09 00:00:51
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f76a70bac..27fdcd06f 100644 --- a/configure.in +++ b/configure.in @@ -183,6 +183,7 @@ AC_CHECK_LIB(Xv, XvShmCreateImage, echo "****************************************************************" echo "* if you don't have a libXv.so on your system, use: *" echo "* ld --whole-archive -shared -o libXv.so.1 libXv.a *" + echo "* then: ln -s libXv.so.1 libXv.so *" echo "* to create it or try to use --with-xv-path to set the *" echo "* location of libXv.so *" echo "****************************************************************" |