camhook: move camera hook facilities to their own module

makes the number of cameras configurable (up to 2), as SDVX only needs 1
This commit is contained in:
Will Xyen
2019-11-24 00:40:40 -05:00
parent 2d8017dbda
commit b434d7975d
12 changed files with 241 additions and 237 deletions

View File

@@ -0,0 +1,11 @@
libs += camhook
libs_camhook := \
hook \
hooklib \
cconfig \
util \
src_camhook := \
cam.c \
config-cam.c \