projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6063bce
)
use sys/soundcard.h for OSS audio
author
Fabrice Bellard
<fabrice@bellard.org>
Sun, 26 May 2002 15:09:58 +0000
(15:09 +0000)
committer
Fabrice 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
patch
|
blob
|
history
diff --git
a/libav/audio.c
b/libav/audio.c
index
b32a3bc
..
42f074d
100644
(file)
--- a/
libav/audio.c
+++ b/
libav/audio.c
@@
-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>