This website requires JavaScript.
Explore
Help
Sign In
android
/
android_kernel_samsung_sm8650
Watch
1
Star
0
Fork
0
You've already forked android_kernel_samsung_sm8650
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4f4ee9ee88
android_kernel_samsung_sm8650
/
drivers
/
media
/
platform
/
coda
/
Makefile
4 lines
75 B
Makefile
Raw
Normal View
History
Unescape
Escape
[media] coda: move H.264 helper function into separate file Currently there is only the coda_h264_padding function, but we will have to add more H.264 specific helpers later. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-24 00:28:44 +09:00
coda-objs
:=
coda-common.o coda-h264.o
[media] coda: move coda driver into its own directory The coda driver has grown significantly and will continue to grow. Move the coda driver into its own directory so it can be split. Rename coda.h to coda_regs.h as it contains the register defines. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Kamil Debski <k.debski@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-07-24 00:28:38 +09:00
obj-$(CONFIG_VIDEO_CODA)
+=
coda.o
Reference in New Issue
Copy Permalink