mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
configure.ac: put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
Original commit message from CVS: 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
This commit is contained in:
parent
6aff4166fa
commit
9315aee952
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
|
||||
|
||||
2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst-libs/gst/interfaces/Makefile.am:
|
||||
|
|
|
@ -113,6 +113,9 @@ dnl used in gst/ffmpegcolorspace/mem.c
|
|||
dnl FIXME: could be fixed by redefining av_malloc and av_free to GLib's
|
||||
AC_CHECK_HEADER([malloc.h])
|
||||
|
||||
dnl ffmpegcolorspace includes _stdint.h
|
||||
AX_CREATE_STDINT_H
|
||||
|
||||
dnl *** checks for types/defines ***
|
||||
|
||||
dnl Check for FIONREAD ioctl declaration
|
||||
|
|
Loading…
Reference in a new issue