libgenlock: Enable the USE_GENLOCK flag.
Change-Id: I2349de455eb82f2b10d2ccac1c318d7cef2901ae
This commit is contained in:
parent
d415cbf061
commit
0e8663d5f2
@ -38,6 +38,10 @@
|
||||
|
||||
#define GENLOCK_DEVICE "/dev/genlock"
|
||||
|
||||
#ifndef USE_GENLOCK
|
||||
#define USE_GENLOCK
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
/* Internal function to map the userspace locks to the kernel lock types */
|
||||
int get_kernel_lock_type(genlock_lock_type lockType)
|
||||
|
Loading…
Reference in New Issue
Block a user