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
@ -17,14 +17,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <multichannel.c>
|
||||
#include <audio-enumtypes.c>
|
||||
#include "multichannel.c"
|
||||
#include "audio-enumtypes.c"
|
||||
|
||||
gint
|
||||
main (gint argc, gchar * argv[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user