mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 13:08:49 +00:00
configure.ac: Commit FIONREAD check, needed for the dccp src.
Original commit message from CVS: * configure.ac: Commit FIONREAD check, needed for the dccp src.
This commit is contained in:
parent
4d17648a0c
commit
d6d1b4e2bc
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-08-29 Jan Schmidt <Jan.Schmidt@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
Commit FIONREAD check, needed for the dccp src.
|
||||
|
||||
2008-08-29 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* ext/faac/gstfaac.c: (gst_faac_init), (gst_faac_sink_event),
|
||||
|
|
|
@ -138,6 +138,10 @@ AX_CREATE_STDINT_H
|
|||
|
||||
dnl *** checks for types/defines ***
|
||||
|
||||
dnl Check for FIONREAD ioctl declaration
|
||||
dnl used in gst/dccp
|
||||
GST_CHECK_FIONREAD
|
||||
|
||||
dnl *** checks for structures ***
|
||||
|
||||
dnl *** checks for compiler characteristics ***
|
||||
|
|
Loading…
Reference in a new issue