libgenlock: Enable the USE_GENLOCK flag.

Change-Id: I2349de455eb82f2b10d2ccac1c318d7cef2901ae
This commit is contained in:
Naomi Luis 2011-11-28 15:25:32 -08:00
parent d415cbf061
commit 0e8663d5f2

View File

@ -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)