Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101631
Collapse All | Expand All

(-)/var/tmp/portage/a52dec-0.7.4-r5/work/a52dec-0.7.4/libao/audio_out_oss.c (-1 / +1 lines)
Lines 35-41 Link Here
35
#if defined(__OpenBSD__)
35
#if defined(__OpenBSD__)
36
#include <soundcard.h>
36
#include <soundcard.h>
37
#elif defined(__FreeBSD__)
37
#elif defined(__FreeBSD__)
38
#include <machine/soundcard.h>
38
#include <sys/soundcard.h>
39
#ifndef AFMT_S16_NE
39
#ifndef AFMT_S16_NE
40
#include <machine/endian.h>
40
#include <machine/endian.h>
41
#if BYTE_ORDER == LITTLE_ENDIAN
41
#if BYTE_ORDER == LITTLE_ENDIAN

Return to bug 101631