From fc270aab7973d70841134fe8ad511312cc33de4f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sat, 10 Dec 2005 14:57:48 +0000 Subject: configure.ac: Update comment in OSS includes check. Original commit message from CVS: * configure.ac: Update comment in OSS includes check. * sys/oss/gstossdmabuffer.c: * sys/oss/gstosshelper.c: * sys/oss/gstossmixer.c: * sys/oss/gstossmixertrack.c: * sys/oss/gstosssink.c: * sys/oss/gstosssrc.c: * sys/oss/oss_probe.c: Don't assume the OSS soundcard.h include is always in the sys/ directory. Instead, use the existing defines from config.h to include the right file. Fixes compilation on OpenBSD 3.8 (#323718). --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5fe9d5a..e73a99e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2005-12-10 Tim-Philipp Müller + + * configure.ac: + Update comment in OSS includes check. + + * sys/oss/gstossdmabuffer.c: + * sys/oss/gstosshelper.c: + * sys/oss/gstossmixer.c: + * sys/oss/gstossmixertrack.c: + * sys/oss/gstosssink.c: + * sys/oss/gstosssrc.c: + * sys/oss/oss_probe.c: + Don't assume the OSS soundcard.h include is always in + the sys/ directory. Instead, use the existing defines + from config.h to include the right file. Fixes + compilation on OpenBSD 3.8 (#323718). + 2005-12-09 Thomas Vander Stichele * docs/plugins/gst-plugins-good-plugins-sections.txt: -- cgit