Elyotna / linux

Hacking in a V4L2 M2M decoder for AMLogic SoCs
Other
18 stars 4 forks source link

Rename vdec #1

Closed afl1 closed 5 years ago

afl1 commented 5 years ago

File names vdec.h, vdec.c and vdec_crtls.c are also used by Qcom Venus driver. The media_build in LE dvb drivers addons requires unique names for built files as all files are compiled in single directory v4l. Files are overwritten by Qcom's and causing error in build process.

Elyotna commented 5 years ago

Hi @afl1 , sorry that I never gave feedback on this. It should not be a problem for a kernel driver to have files that have the same name as other files somewhere else in the source tree. I understand that this gives you trouble with a userspace build process, but the proper way would be to fix it to not compile everything in a single directory, rather than renaming kernel files.