changeset 3521:48f3b07e174f

Patch by Adam Di Carlo <adam@onshore-devel.com>: * mencoder.c: If we HAVE_LIBCSS we need to include libmpdemux/dvdauth.h
author pl
date Sun, 16 Dec 2001 11:37:23 +0000
parents edf1bb99628d
children 34df0f546afc
files mencoder.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mencoder.c	Sun Dec 16 11:35:14 2001 +0000
+++ b/mencoder.c	Sun Dec 16 11:37:23 2001 +0000
@@ -50,6 +50,10 @@
 #include <lame/lame.h>
 #endif
 
+#ifdef HAVE_LIBCSS
+#include "libmpdemux/dvdauth.h"
+#endif
+
 #include <inttypes.h>
 #include "../postproc/swscale.h"