From f1792644685a6ba8f8233ae5b5f4a3faab35a1a3 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 29 Dec 2011 13:43:12 +0100 Subject: Fix bug: CodecVideoDecode destroys avpkt. --- softhddev.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'softhddev.c') diff --git a/softhddev.c b/softhddev.c index 16bf21e..02e6674 100644 --- a/softhddev.c +++ b/softhddev.c @@ -44,7 +44,11 @@ static char BrokenThreadsAndPlugins; ///< broken vdr threads and plugins +#ifdef USE_VDPAU static char ConfigVdpauDecoder = 1; ///< use vdpau decoder, if possible +#else +#define ConfigVdpauDecoder 0 ///< no vdpau decoder configured +#endif ////////////////////////////////////////////////////////////////////////////// // Audio -- cgit v1.2.3