mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure.ac: Add AX_CREATE_STDINT_H to create _stdint.h, needed by the dts plugin.
Original commit message from CVS: * configure.ac: Add AX_CREATE_STDINT_H to create _stdint.h, needed by the dts plugin.
This commit is contained in:
parent
f902029f7e
commit
6a75a97999
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
Add AX_CREATE_STDINT_H to create _stdint.h, needed by
|
||||
the dts plugin.
|
||||
|
||||
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* ext/soundtouch/gstpitch.cc:
|
||||
|
|
|
@ -137,6 +137,9 @@ dnl *** checks for libraries ***
|
|||
|
||||
dnl *** checks for header files ***
|
||||
|
||||
dnl used by ext/dts
|
||||
AX_CREATE_STDINT_H
|
||||
|
||||
dnl *** checks for types/defines ***
|
||||
|
||||
dnl *** checks for structures ***
|
||||
|
|
Loading…
Reference in a new issue