From c2ffae7ba0ec07f30e1887ff7ba4612c19e2dce4 Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Wed, 18 Jan 2012 14:41:34 +0200 Subject: Fixed pp_context and pp_mode --- src/combined/ffmpeg/ffmpeg_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/combined/ffmpeg/ffmpeg_compat.h b/src/combined/ffmpeg/ffmpeg_compat.h index 10205c84f..371b5ccdb 100644 --- a/src/combined/ffmpeg/ffmpeg_compat.h +++ b/src/combined/ffmpeg/ffmpeg_compat.h @@ -33,6 +33,7 @@ #endif #if LIBAVCODEC_VERSION_MAJOR >= 53 || (LIBAVCODEC_VERSION_MAJOR == 52 && LIBAVCODEC_VERSION_MINOR >= 32) +#else # define pp_context pp_context_t # define pp_mode pp_mode_t #endif -- cgit v1.2.3