changeset 1777:2f59a73884af libavformat

#include detected soundcard.h instead of testing for OpenBSD
author mru
date Sat, 10 Feb 2007 22:25:52 +0000
parents b090df664f0d
children d8c6b719a070
files audio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audio.c	Sat Feb 10 03:36:12 2007 +0000
+++ b/audio.c	Sat Feb 10 22:25:52 2007 +0000
@@ -23,7 +23,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#ifdef __OpenBSD__
+#ifdef HAVE_SOUNDCARD_H
 #include <soundcard.h>
 #else
 #include <sys/soundcard.h>