From 177e7a92d4f6fc7143721ae934bb27c9cf202135 Mon Sep 17 00:00:00 2001 From: pl Date: Sun, 16 Dec 2001 11:37:23 +0000 Subject: Patch by Adam Di Carlo : * mencoder.c: If we HAVE_LIBCSS we need to include libmpdemux/dvdauth.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3522 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mencoder.c b/mencoder.c index 82ccc7ca76..70ace195d6 100644 --- a/mencoder.c +++ b/mencoder.c @@ -50,6 +50,10 @@ static char* banner_text= #include #endif +#ifdef HAVE_LIBCSS +#include "libmpdemux/dvdauth.h" +#endif + #include #include "../postproc/swscale.h" -- cgit v1.2.3