summaryrefslogtreecommitdiff
path: root/drivers/media/platform/sti/hva/Makefile
diff options
context:
space:
mode:
authorJean-Christophe Trotin <jean-christophe.trotin@st.com>2016-09-05 11:06:30 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-09-09 10:34:32 -0300
commitba4616b7d9b9324021985fc5ecd9a9acd2f1f0f2 (patch)
treea134dc22d045a72a0484446bda068641f2f7b21c /drivers/media/platform/sti/hva/Makefile
parent57b2c0628b6042b7cfad387fe54951ddf7185fd2 (diff)
[media] st-hva: add H.264 video encoding support
This patch adds the H.264 video encoding capability in the V4L2 HVA video encoder driver for STMicroelectronics SoC (hva-h264.c). The main supported features are: - profile: baseline, main, high, stereo high - level: up to 4.2 - bitrate mode: CBR, VBR - entropy mode: CABAC, CAVLC - video aspect: 1x1 only Signed-off-by: Yannick Fertre <yannick.fertre@st.com> Signed-off-by: Jean-Christophe Trotin <jean-christophe.trotin@st.com> Acked-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/sti/hva/Makefile')
-rw-r--r--drivers/media/platform/sti/hva/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/sti/hva/Makefile b/drivers/media/platform/sti/hva/Makefile
index 633ee408c34b..ffb69cebaef3 100644
--- a/drivers/media/platform/sti/hva/Makefile
+++ b/drivers/media/platform/sti/hva/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_VIDEO_STI_HVA) := st-hva.o
-st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o
+st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o