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
This commit is contained in:
atmos4 2001-08-21 10:43:09 +00:00
parent 47d1d3107d
commit 51220a150c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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