pbutils: include config.h in codec utils

This commit is contained in:
Tim-Philipp Müller 2010-09-30 15:19:02 +01:00
parent 515a768dbc
commit 5c2c727f84

View file

@ -32,6 +32,10 @@
* </refsect2>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pbutils.h"
#define GST_SIMPLE_CAPS_HAS_NAME(caps,name) \