Commit b13788c5 authored by Fabrice Bellard's avatar Fabrice Bellard

use sys/soundcard.h for OSS audio

Originally committed as revision 607 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6063bce7
......@@ -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