summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-03 10:51:54 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-03 10:51:54 +0000
commit6a75a979990b89b97ea3921ae0573ea61227c35d (patch)
tree88dcac24ed623917b7fd60dc0d1386e355d64537
parentf902029f7e772ce86851ad87737903e2d73e73e0 (diff)
downloadgst-plugins-bad-6a75a979990b89b97ea3921ae0573ea61227c35d.tar.gz
gst-plugins-bad-6a75a979990b89b97ea3921ae0573ea61227c35d.tar.bz2
gst-plugins-bad-6a75a979990b89b97ea3921ae0573ea61227c35d.zip
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.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac3
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89f8da4d..6f17e613 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***