mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Don't include config.h multiple times when build audio testchannel app.
Fixes build problem on win32 (#585075).
This commit is contained in:
parent
79e97ec5ec
commit
249d9b4aa1
1 changed files with 2 additions and 8 deletions
|
@ -17,14 +17,8 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "multichannel.c"
|
||||||
#include "config.h"
|
#include "audio-enumtypes.c"
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <gst/gst.h>
|
|
||||||
|
|
||||||
#include <multichannel.c>
|
|
||||||
#include <audio-enumtypes.c>
|
|
||||||
|
|
||||||
gint
|
gint
|
||||||
main (gint argc, gchar * argv[])
|
main (gint argc, gchar * argv[])
|
||||||
|
|
Loading…
Reference in a new issue