From 278c0e8ef56b59863027e602b288407cb63b7aaf Mon Sep 17 00:00:00 2001 From: gabucino Date: Sat, 5 Jan 2002 12:29:25 +0000 Subject: [PATCH] it's in sys/ .. isn't it? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3994 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 12e24f0dad..bb2c3e357b 100755 --- a/configure +++ b/configure @@ -2074,7 +2074,7 @@ fi echocheck "DVD support (libcss - old style)" if test "$_css" = auto ; then cat > $TMPC < +#include #include int main(void) { (void) CSSisEncrypted(0); return 0; } EOF