This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
#include detected soundcard.h instead of testing for OpenBSD
Originally committed as revision 7912 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård
18 years ago
parent
deb2977736
commit
74476a3a98
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/audio.c
+ 1
- 1
libavformat/audio.c
View File
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef
__OpenBSD__
#ifdef
HAVE_SOUNDCARD_H
#include <soundcard.h>
#else
#include <sys/soundcard.h>
Write
Preview
Loading…
Cancel
Save