From 78e8995e0786cb62aedea42d38a2d8219231d96e Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Sat, 30 Oct 2004 15:27:28 +0000 Subject: [PATCH] * modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...). --- modules/codec/ffmpeg/encoder.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/codec/ffmpeg/encoder.c b/modules/codec/ffmpeg/encoder.c index d7a7647b21..71f8b46d7f 100644 --- a/modules/codec/ffmpeg/encoder.c +++ b/modules/codec/ffmpeg/encoder.c @@ -43,6 +43,9 @@ #if LIBAVCODEC_BUILD < 4704 # define AV_NOPTS_VALUE 0 #endif +#if LIBAVCODEC_BUILD < 4684 +# define FF_QP2LAMBDA 118 +#endif #include "ffmpeg.h" -- 2.11.4.GIT