Use of system() in test programs needs an #include <stdlib.h>.
Original commit message from CVS: Use of system() in test programs needs an #include <stdlib.h>.
This commit is contained in:
parent
c705c78082
commit
826969025e
12
gstreamer.m4
12
gstreamer.m4
@ -72,6 +72,7 @@ dnl
|
||||
AC_TRY_RUN([
|
||||
#include <gst/gst.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
int
|
||||
main ()
|
||||
@ -166,14 +167,3 @@ dnl
|
||||
rm -f conf.gstreamertest
|
||||
])
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user