Remove partial MPEG4 support, that is missing from the driver

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-04-23 11:06:30 +02:00
parent d8a51f0cd4
commit 90dbf3e6a5
7 changed files with 2 additions and 234 deletions
+2 -2
View File
@@ -20,13 +20,13 @@ driver_libs = \
$(LIBVA_DEPS_LIBS)
source_c = sunxi_cedrus.c object_heap.c buffer.c va_config.c \
context.c image.c mpeg2.c mpeg4.c picture.c subpicture.c surface.c
context.c image.c mpeg2.c picture.c subpicture.c surface.c
source_s = \
tiled_yuv.S
source_h = sunxi_cedrus_drv_video.h object_heap.h buffer.h va_config.h \
context.h image.h mpeg2.h mpeg4.h picture.h subpicture.h surface.h \
context.h image.h mpeg2.h picture.h subpicture.h surface.h \
tiled_yuv.h
sunxi_cedrus_drv_video_la_LTLIBRARIES = sunxi_cedrus_drv_video.la