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
@ -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…
x
Reference in New Issue
Block a user