diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-02 07:45:55 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-05-02 07:45:55 +0000 |
commit | e45adba3ac1e78dd736ba896fb60f4f20e3db301 (patch) | |
tree | 0d98b4a262061589ac7310b2409708462e1cf9b0 /configure.in | |
parent | fe98e9b0a0ab7fae382cba26239492970e7d7253 (diff) | |
download | xine-lib-e45adba3ac1e78dd736ba896fb60f4f20e3db301.tar.gz xine-lib-e45adba3ac1e78dd736ba896fb60f4f20e3db301.tar.bz2 |
Fix xine-logoconv removal and new logo mpeg adding.
CVS patchset: 1831
CVS date: 2002/05/02 07:45:55
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.in b/configure.in index 02453f2ec..534ce32ca 100644 --- a/configure.in +++ b/configure.in @@ -256,22 +256,6 @@ AC_SUBST(ZLIB_LIBS) dnl -dnl Imlib (for xine-logoconv) -dnl -AC_PATH_PROG(IMLIB_CONFIG, imlib-config, no) -if test "$IMLIB_CONFIG" != "no" ; then - AC_CHECK_HEADER(Imlib.h, - [ have_imlib="yes" - IMLIB_CFLAGS=`$IMLIB_CONFIG --cflags` - IMLIB_LIBS=`$IMLIB_CONFIG --libs` ]) -fi - -AM_CONDITIONAL(HAVE_IMLIB, [test x"$have_imlib" = "xyes"]) -AC_SUBST(IMLIB_CFLAGS) -AC_SUBST(IMLIB_LIBS) - - -dnl dnl Checks for Xv extension dnl dnl static linking with libXv is preferred! |