mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
pbutils: include config.h in codec utils
This commit is contained in:
parent
515a768dbc
commit
5c2c727f84
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "pbutils.h"
|
||||
|
||||
#define GST_SIMPLE_CAPS_HAS_NAME(caps,name) \
|
||||
|
|
Loading…
Reference in a new issue