mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
libavcodec, libavdevice: Remove unnecessary includes of version.h
xvmc.h used FF_API_* macros before, but they were removed in1c63aed232, leaving the include unused. The ones in android_camera.c and mediacodec_wrapper.c have been added due to a misunderstanding, fixed inc0bce367e4and13b77af2f0. The one in mediacodec.c seems to never have been used at all. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "ffjni.h"
|
||||
#include "version.h"
|
||||
#include "mediacodec_wrapper.h"
|
||||
|
||||
struct JNIAMediaCodecListFields {
|
||||
|
||||
Reference in New Issue
Block a user