summaryrefslogtreecommitdiff
authorChuanzhi Wang <chuanzhi.wang@amlogic.com>2018-07-26 06:19:33 (GMT)
committer name <can.cao@amlogic.com>2018-08-14 05:09:00 (GMT)
commit8d804e2ddf019e5db1dfd8eeeb04372130876b76 (patch)
tree61bf496edd38ae4491e87a28d9f07eb43e37ff0f
parente0bbe234523611fad146bfd1131611712c2c32d2 (diff)
downloadmedia_modules-p-amlogic-20180814.zip
media_modules-p-amlogic-20180814.tar.gz
media_modules-p-amlogic-20180814.tar.bz2
media_module: Add configuration items to control dvb module compilation.[2\2]
PD#169652: media_module: add CONFIG_AMLOGIC_DVB Change-Id: If44aa8cb7f8119320d10413615da9b3606fed522 Signed-off-by: Chuanzhi Wang <chuanzhi.wang@amlogic.com>
Diffstat
-rwxr-xr-x[-rw-r--r--]drivers/stream_input/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/stream_input/Makefile b/drivers/stream_input/Makefile
index fdc4162..153a604 100644..100755
--- a/drivers/stream_input/Makefile
+++ b/drivers/stream_input/Makefile
@@ -9,9 +9,10 @@ stream_input-objs += parser/esparser.o
stream_input-objs += parser/tsdemux.o
stream_input-objs += parser/psparser.o
stream_input-objs += parser/rmparser.o
+stream_input-objs += subtitle/subtitle.o
-obj-y += parser/hw_demux/
-obj-y += tv_frontend/
+obj-$(CONFIG_AMLOGIC_DVB) += parser/hw_demux/
+#obj-y += tv_frontend/
# obj-y += box-frontend/avl6211/
# obj-y += box-frontend/atbm8881/
# obj-y += box-frontend/avl68xx/ \ No newline at end of file