it's in sys/ .. isn't it?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3994 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-01-05 12:29:25 +00:00
parent 585b6b7529
commit 278c0e8ef5
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2074,7 +2074,7 @@ fi
echocheck "DVD support (libcss - old style)"
if test "$_css" = auto ; then
cat > $TMPC <<EOF
#include <types.h>
#include <sys/types.h>
#include <css.h>
int main(void) { (void) CSSisEncrypted(0); return 0; }
EOF