# HG changeset patch # User pl # Date 1008502643 0 # Node ID 48f3b07e174fff52a3e61508fc2af7e5a49a7252 # Parent edf1bb99628d2d23cdaa08de8593a2696deacf68 Patch by Adam Di Carlo : * mencoder.c: If we HAVE_LIBCSS we need to include libmpdemux/dvdauth.h diff -r edf1bb99628d -r 48f3b07e174f mencoder.c --- 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 #endif +#ifdef HAVE_LIBCSS +#include "libmpdemux/dvdauth.h" +#endif + #include #include "../postproc/swscale.h"