]> git.sesse.net Git - vlc/commitdiff
* modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's...
authorGildas Bazin <gbazin@videolan.org>
Sat, 30 Oct 2004 15:27:28 +0000 (15:27 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 30 Oct 2004 15:27:28 +0000 (15:27 +0000)
modules/codec/ffmpeg/encoder.c

index d7a7647b218965450680ca78507aa4dcf9700662..71f8b46d7f719872b72c21251fb6a4f973277fcf 100644 (file)
@@ -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"