diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-05 13:39:43 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-10-05 13:39:43 +0000 |
commit | 423e6107f2b6cddd8bf24a700ca133d625bc6037 (patch) | |
tree | 8e2b4886ec435a07a065573a00c0f19135625fa3 /configure | |
parent | fab6ae366cce0f362c56dab08d356c781118e5c3 (diff) |
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-x | configure | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |