Commit 78e8995e authored by Gildas Bazin's avatar Gildas Bazin

* modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...).

parent 1091212d
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
#if LIBAVCODEC_BUILD < 4704 #if LIBAVCODEC_BUILD < 4704
# define AV_NOPTS_VALUE 0 # define AV_NOPTS_VALUE 0
#endif #endif
#if LIBAVCODEC_BUILD < 4684
# define FF_QP2LAMBDA 118
#endif
#include "ffmpeg.h" #include "ffmpeg.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment