summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 10:43:09 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-21 10:43:09 +0000
commit51220a150c9d18384684a929ae0ad0881ae0255b (patch)
treede6df2299f3b7960ee9c8b30f64e9f0b2ee510cc /configure
parent47d1d3107d9381ad6da971f49256b0f9b7023ea5 (diff)
downloadmpv-51220a150c9d18384684a929ae0ad0881ae0255b.tar.bz2
mpv-51220a150c9d18384684a929ae0ad0881ae0255b.tar.xz
Fixed small flying thingy..erm bug with css vs. libdvdread.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1601 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4f1fb7de37..a4a5f8c71b 100755
--- a/configure
+++ b/configure
@@ -1455,11 +1455,11 @@ if [ $_gl = yes ]; then
fi
fi
-_css='#undef HAVE_LIBCSS'
_csslib=''
_cssinc=''
if [ $_dvdread = yes ]; then
+ _css='#undef HAVE_LIBCSS'
_csslib='-ldvdread'
_dvdreaddef='#define USE_DVDREAD'
else