mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
win32: Include config.h before anything else. Fix mpegdemux LIBADD
Because config.h defines __MSVCRT_VERSION__, which should be defined before inclusion of any system header. Also fixes mpegdemux Makefile.am LIBADD typo. Fixes #606665
This commit is contained in:
parent
d02ef41d32
commit
fc94c56c55
2 changed files with 4 additions and 4 deletions
|
@ -45,12 +45,12 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstaacparse.h"
|
||||
|
||||
|
||||
|
|
|
@ -39,12 +39,12 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "gstamrparse.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue