summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-05 13:39:43 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-05 13:39:43 +0000
commit423e6107f2b6cddd8bf24a700ca133d625bc6037 (patch)
tree8e2b4886ec435a07a065573a00c0f19135625fa3 /configure
parentfab6ae366cce0f362c56dab08d356c781118e5c3 (diff)
downloadmpv-423e6107f2b6cddd8bf24a700ca133d625bc6037.tar.bz2
mpv-423e6107f2b6cddd8bf24a700ca133d625bc6037.tar.xz
compile and install fibmap_mplayer ofly if libcss is used. gmplayer link is created
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2094 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure b/configure
index 59afd534ae..9275430e08 100755
--- a/configure
+++ b/configure
@@ -1681,13 +1681,14 @@ if [ $_gl = yes ]; then
fi
fi
+_cssdef='#undef HAVE_LIBCSS'
_csslib=''
_cssinc=''
if [ $_dvdread = yes ]; then
- _css='#undef HAVE_LIBCSS'
_csslib='-ldvdread'
_dvdreaddef='#define USE_DVDREAD'
+ _css='no'
else
_dvdreaddef='#undef USE_DVDREAD'
@@ -1697,14 +1698,12 @@ if [ $_css = yes ]; then
else
_csslib='-lcss'
fi
- _css='#define HAVE_LIBCSS'
+ _cssdef='#define HAVE_LIBCSS'
if [ ! -z "$_cssincdir" ]; then
_cssinc="-I${_cssincdir}"
else
_cssinc=""
fi
-else
- _css='#undef HAVE_LIBCSS'
fi
fi
@@ -2148,6 +2147,7 @@ X_LIBS=$_x11libdir $_extralibdir $_gllib $_ggilib $_sdllib $_dgalib $_x11lib $_x
TERMCAP_LIB=$_libtermcap
XMM_LIBS = $_xmmplibs
LIRC_LIBS = $_lirclibs
+CSS_USE=$_css
CSS_LIB = $_csslib
CSS_INC = $_cssinc
SDL_INC = $_sdlcflags
@@ -2274,7 +2274,7 @@ $_have_libkstat
$_lircdefs
/* DeCSS support using libcss */
-$_css
+$_cssdef
/* Define this to enable MPEG 1/2 image postprocessing (requires FAST cpu!) */
#define MPEG12_POSTPROC