tree: Rename the libva name for real

Change the autotools files, and with them the name of the libva.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-07-17 16:43:58 +02:00
parent 791428e2c0
commit 22e0c6c3e1
4 changed files with 28 additions and 28 deletions
+7 -7
View File
@@ -4,7 +4,7 @@ backend_cflags = -Wall -fvisibility=hidden
backend_ldflags = -module -avoid-version -no-undefined -Wl,--no-undefined
backend_libs = -lpthread -ldl $(DRM_LIBS) $(LIBVA_DEPS_LIBS)
backend_c = sunxi_cedrus.c object_heap.c config.c surface.c context.c buffer.c \
backend_c = request.c object_heap.c config.c surface.c context.c buffer.c \
mpeg2.c picture.c subpicture.c image.c v4l2.c video.c media.c utils.c \
h264.c
@@ -14,12 +14,12 @@ backend_h = request.h object_heap.h config.h surface.h context.h buffer.h \
mpeg2.h picture.h subpicture.h image.h v4l2.h video.h media.h utils.h \
tiled_yuv.h h264.h
sunxi_cedrus_drv_video_la_LTLIBRARIES = sunxi_cedrus_drv_video.la
sunxi_cedrus_drv_video_ladir = $(LIBVA_DRIVERS_PATH)
sunxi_cedrus_drv_video_la_CFLAGS = $(backend_cflags)
sunxi_cedrus_drv_video_la_LDFLAGS = $(backend_ldflags)
sunxi_cedrus_drv_video_la_LIBADD = $(backend_libs)
sunxi_cedrus_drv_video_la_SOURCES = $(backend_c) $(backend_s)
v4l2_request_drv_video_la_LTLIBRARIES = v4l2_request_drv_video.la
v4l2_request_drv_video_ladir = $(LIBVA_DRIVERS_PATH)
v4l2_request_drv_video_la_CFLAGS = $(backend_cflags)
v4l2_request_drv_video_la_LDFLAGS = $(backend_ldflags)
v4l2_request_drv_video_la_LIBADD = $(backend_libs)
v4l2_request_drv_video_la_SOURCES = $(backend_c) $(backend_s)
noinst_HEADERS = $(backend_h)
MAINTAINERCLEANFILES = Makefile.in autoconfig.h.in