Skip to content
Snippets Groups Projects
Commit 74476a3a authored by Måns Rullgård's avatar Måns Rullgård
Browse files

#include detected soundcard.h instead of testing for OpenBSD

Originally committed as revision 7912 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent deb29777
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment