Fix issue 1) not recognizes some usb device, 2) reconnect when ffmpeg encoder error
[rtmpclient.git] / app / src / main / jni / libuvc / include / libuvc / libuvc_config.h.in
1 #ifndef LIBUVC_CONFIG_H
2 #define LIBUVC_CONFIG_H
3
4 #define LIBUVC_VERSION_MAJOR @libuvc_VERSION_MAJOR@
5 #define LIBUVC_VERSION_MINOR @libuvc_VERSION_MINOR@
6 #define LIBUVC_VERSION_PATCH @libuvc_VERSION_PATCH@
7 #define LIBUVC_VERSION_STR "@libuvc_VERSION@"
8 #define LIBUVC_VERSION_INT \
9   (@libuvc_VERSION_MAJOR@ << 16) |              \
10   (@libuvc_VERSION_MINOR@ << 8) |               \
11   (@libuvc_VERSION_PATCH@)
12
13 #cmakedefine LIBUVC_HAS_JPEG 1
14
15 #endif // !def(LIBUVC_CONFIG_H)