diff options
author | Benjamin Gaignard <benjamin.gaignard@linaro.org> | 2015-04-03 14:06:33 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2015-04-08 11:36:09 +0200 |
commit | b7f66f7afd9eeebf9c59da2f51655b853e2c21fe (patch) | |
tree | 27a376d307adc9c75a51b6e8bf6158dc1868b626 /android-config.h | |
parent | dbd63cbffa05b1209e0f4ad087c352a47ec66c72 (diff) |
libv4l2: Changes for compilation in Android 5.0
Added Android makefiles for libv4l2 and libv4lconvert.
Minor changes to include android-config.h.
Changed the plugin loading mechanism to avoid using
unsupported glob.h header.
Current mechanism supports a list of plugin search paths
including /system/lib and /vendor/lib.
Signed-off-by: Paramanand Singh <paramanand.singh@linaro.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'android-config.h')
-rw-r--r-- | android-config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android-config.h b/android-config.h index f4743304..9f12b8fc 100644 --- a/android-config.h +++ b/android-config.h @@ -1,3 +1,5 @@ +#ifndef __V4L_ANDROID_CONFIG_H__ +#define __V4L_ANDROID_CONFIG_H__ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ @@ -358,3 +360,4 @@ getsubopt (char **optionp, char *const *tokens, char **valuep) return -1; } +#endif |