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
commit
74476a3a98
1 changed files with 1 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save