Commit 14be6bdd authored by bellard's avatar bellard

use sys/soundcard.h for OSS audio


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@607 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent dd5984fd
......@@ -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>
......
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