diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,11 @@ 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: * ext/theora/theoradec.c: * gst/modplug/gstmodplug.cc: diff --git a/configure.ac b/configure.ac index 1a029246..097630ca 100644 --- a/configure.ac +++ b/configure.ac @@ -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 *** |