From 3653f5e4d877176a30035d9123ac65daf46ba787 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 24 Nov 2014 16:52:47 +0200 Subject: media-enum: Use config.h Signed-off-by: Laurent Pinchart --- 3rdparty/media-enum/config.h | 1 + 3rdparty/media-enum/media-enumerate.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 3rdparty/media-enum/config.h diff --git a/3rdparty/media-enum/config.h b/3rdparty/media-enum/config.h new file mode 100644 index 0000000..33a2aec --- /dev/null +++ b/3rdparty/media-enum/config.h @@ -0,0 +1 @@ +#undef HAVE_LIBUDEV diff --git a/3rdparty/media-enum/media-enumerate.c b/3rdparty/media-enum/media-enumerate.c index 0db4cdd..5632d2b 100644 --- a/3rdparty/media-enum/media-enumerate.c +++ b/3rdparty/media-enum/media-enumerate.c @@ -19,7 +19,7 @@ * along with this program. If not, see . */ -#define HAVE_LIBUDEV +#include "config.h" #include #include -- cgit v1.2.3