diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-06-19 14:07:24 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-06-19 14:07:24 +0000 |
commit | 85db24636adb6223d73395d51762e6923847883a (patch) | |
tree | 159d0b7280a3df173a7bcb59500070334eb35e6c /ChangeLog | |
parent | 4e48509c4d2e26cf3b132edaaab59866de6fe565 (diff) | |
download | gst-plugins-bad-85db24636adb6223d73395d51762e6923847883a.tar.gz gst-plugins-bad-85db24636adb6223d73395d51762e6923847883a.tar.bz2 gst-plugins-bad-85db24636adb6223d73395d51762e6923847883a.zip |
configure.ac: Fix check so that future libneon API changes won't break the build.
Original commit message from CVS:
* configure.ac:
Fix check so that future libneon API changes won't break the build.
* ext/neon/gstneonhttpsrc.c:
Fix build with libneon-0.26.x (#345182).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-06-19 Tim-Philipp Müller <tim at centricular dot net> + + * configure.ac: + Fix check so that future libneon API changes won't break the build. + + * ext/neon/gstneonhttpsrc.c: + Fix build with libneon-0.26.x (#345182). + 2006-06-17 Tim-Philipp Müller <tim at centricular dot net> * configure.ac: |