summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-09-09 18:22:53 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-09 18:22:53 +0000
commit30e7dc80a2f6cbc5aab609b97a4dcac286df5595 (patch)
tree1e7f0fded9f5c919a9ba2d4c21be0b78b441e408 /ChangeLog
parent3d856bb3796ce2d7fbe7cdf2eebf5ca3fa4efae1 (diff)
downloadgst-plugins-bad-30e7dc80a2f6cbc5aab609b97a4dcac286df5595.tar.gz
gst-plugins-bad-30e7dc80a2f6cbc5aab609b97a4dcac286df5595.tar.bz2
gst-plugins-bad-30e7dc80a2f6cbc5aab609b97a4dcac286df5595.zip
configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the xvid configure checks, so they still work...
Original commit message from CVS: * configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the xvid configure checks, so they still work when cross-compiling. Fixes #452009.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 921be127..77f7aa4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
+ xvid configure checks, so they still work when cross-compiling.
+ Fixes #452009.
+
2007-09-07 Sebastian Dröge <slomo@circular-chaos.org>
* gst/spectrum/gstspectrum.c: (gst_spectrum_start),