diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2018-11-24 14:08:23 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2018-11-27 09:00:15 +0100 |
commit | 692c2f0f35dd663e84d363867f2841d387726154 (patch) | |
tree | c66e38027b27f3792f13a76c6f5cdfb962f8ea60 | |
parent | dce0945e8220735174667cdc57e887cc11f720ee (diff) |
Build sdlcam only if jpeg is enabled
Fixes:
- http://autobuild.buildroot.net/results/1eded8b44cc369550566c6ce0b3c042f1aec8d44
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rw-r--r-- | contrib/test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/test/Makefile.am b/contrib/test/Makefile.am index 0188fe21..c7c38e7a 100644 --- a/contrib/test/Makefile.am +++ b/contrib/test/Makefile.am @@ -17,8 +17,10 @@ noinst_PROGRAMS += v4l2gl endif if HAVE_SDL +if HAVE_JPEG noinst_PROGRAMS += sdlcam endif +endif driver_test_SOURCES = driver-test.c driver_test_LDADD = ../../utils/libv4l2util/libv4l2util.la |