mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
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
1 changed files with 1 additions and 11 deletions
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…
Reference in a new issue