summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 4 insertions, 0 deletions
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 <lame/lame.h>
#endif
+#ifdef HAVE_LIBCSS
+#include "libmpdemux/dvdauth.h"
+#endif
+
#include <inttypes.h>
#include "../postproc/swscale.h"