1
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 22:37:28 +01:00

Patch by Adam Di Carlo <adam@onshore-devel.com>:

* 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
This commit is contained in:
pl 2001-12-16 11:37:23 +00:00
parent 89721b691d
commit 177e7a92d4

View File

@ -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"