OSDN Git Service

use sys/soundcard.h for OSS audio
authorFabrice Bellard <fabrice@bellard.org>
Sun, 26 May 2002 15:09:58 +0000 (15:09 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Sun, 26 May 2002 15:09:58 +0000 (15:09 +0000)
Originally committed as revision 607 to svn://svn.ffmpeg.org/ffmpeg/trunk

libav/audio.c

index b32a3bc..42f074d 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <linux/soundcard.h>
+#include <sys/soundcard.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/ioctl.h>