You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch

12 lines
295 B

--- a/libao/audio_out_oss.c
+++ b/libao/audio_out_oss.c
@@ -35,7 +35,7 @@
#if defined(__OpenBSD__)
#include <soundcard.h>
#elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
#ifndef AFMT_S16_NE
#include <machine/endian.h>
#if BYTE_ORDER == LITTLE_ENDIAN