build: Drop redundant check for soundcard.h

It should be sys/soundcard.h nowadays.
This commit is contained in:
Diego Biurrun
2017-09-26 16:57:17 +02:00
parent 8e97a8c691
commit b586903ae1
2 changed files with 3 additions and 11 deletions

View File

@@ -22,16 +22,10 @@
#include "config.h"
#include <string.h>
#if HAVE_SOUNDCARD_H
#include <soundcard.h>
#else
#include <sys/soundcard.h>
#endif
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
#include "libavutil/log.h"