summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2018-07-17 16:43:58 +0200
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-07-17 17:02:23 +0200
commit22e0c6c3e142ac5b0c4d10c451589d0891242782 (patch)
tree52f2788e04f6b0396b305e00d0167f112408c7d9 /src
parent791428e2c050942b363eb2a5d1f99f763175585d (diff)
downloadlibva-v4l2-request-22e0c6c3e142ac5b0c4d10c451589d0891242782.tar.gz
libva-v4l2-request-22e0c6c3e142ac5b0c4d10c451589d0891242782.tar.bz2
libva-v4l2-request-22e0c6c3e142ac5b0c4d10c451589d0891242782.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am14
-rw-r--r--src/request.c (renamed from src/sunxi_cedrus.c)0
2 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2741cff..0d3c33f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
diff --git a/src/sunxi_cedrus.c b/src/request.c
index 19f39b1..19f39b1 100644
--- a/src/sunxi_cedrus.c
+++ b/src/request.c