diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-09-09 18:22:53 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-09-09 18:22:53 +0000 |
commit | 30e7dc80a2f6cbc5aab609b97a4dcac286df5595 (patch) | |
tree | 1e7f0fded9f5c919a9ba2d4c21be0b78b441e408 /ChangeLog | |
parent | 3d856bb3796ce2d7fbe7cdf2eebf5ca3fa4efae1 (diff) | |
download | gst-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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), |