mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
segment: fix include order to get config.h before _mingw.h
config.h must always be included before any other includes, either directly or indirectly via gst_private.h. Fixes #585733.
This commit is contained in:
parent
dccea0406b
commit
18a34288cf
1 changed files with 1 additions and 2 deletions
|
@ -19,11 +19,10 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include "gst_private.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "gst_private.h"
|
||||
|
||||
#include "gstutils.h"
|
||||
#include "gstsegment.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue