From 5c2c727f840c2227742ca037f231e8f184b7ff75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 30 Sep 2010 15:19:02 +0100 Subject: [PATCH] pbutils: include config.h in codec utils --- gst-libs/gst/pbutils/codec-utils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst-libs/gst/pbutils/codec-utils.c b/gst-libs/gst/pbutils/codec-utils.c index f1231af8c0..f8210eb515 100644 --- a/gst-libs/gst/pbutils/codec-utils.c +++ b/gst-libs/gst/pbutils/codec-utils.c @@ -32,6 +32,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "pbutils.h" #define GST_SIMPLE_CAPS_HAS_NAME(caps,name) \