Commit ca28eb21 authored by Sam Hocevar's avatar Sam Hocevar

* ./modules/audio_output/oss.c: compilation fix for BSD, courtesy of

    Steven M. Schultz.
parent 1e4d2842
......@@ -2,7 +2,7 @@
* oss.c : OSS /dev/dsp module for vlc
*****************************************************************************
* Copyright (C) 2000-2002 VideoLAN
* $Id: oss.c,v 1.44 2003/01/13 14:51:25 massiot Exp $
* $Id: oss.c,v 1.45 2003/01/14 22:44:29 sam Exp $
*
* Authors: Michel Kaempf <maxx@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
......@@ -53,6 +53,11 @@
# include <machine/soundcard.h>
#endif
/* AFMT_AC3 is really IEC61937 / IEC60958, mpeg/ac3/dts over spdif */
#ifndef AFMT_AC3
# define AFMT_AC3 0x00000400 /* Dolby Digital AC3 */
#endif
/*****************************************************************************
* aout_sys_t: OSS audio output method descriptor
*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment