Commit d76aa236 authored by mru's avatar mru

#include detected soundcard.h instead of testing for OpenBSD


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7912 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a49c546d
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#ifdef __OpenBSD__ #ifdef HAVE_SOUNDCARD_H
#include <soundcard.h> #include <soundcard.h>
#else #else
#include <sys/soundcard.h> #include <sys/soundcard.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment