mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
gst/elements/gstpipefilter.c try to include config.h first
Original commit message from CVS: * gst/elements/gstpipefilter.c try to include config.h first
This commit is contained in:
parent
0c00362c59
commit
856d058b2f
2 changed files with 8 additions and 8 deletions
|
@ -22,6 +22,10 @@
|
|||
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -36,10 +40,6 @@
|
|||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "../gst-i18n-lib.h"
|
||||
#include "gstpipefilter.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -36,10 +40,6 @@
|
|||
#endif
|
||||
#include <errno.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "../gst-i18n-lib.h"
|
||||
#include "gstpipefilter.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue