summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.c
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-16 15:41:15 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-16 15:41:15 +0000
commit01290c888ec621cb00f2e1aae986085554198820 (patch)
tree1cf1be823cbca7f895cc89480b2b4802bd21052f /src/xine-engine/audio_out.c
parentec1091eb86402f83104124775fc3eb442f1369de (diff)
downloadxine-lib-01290c888ec621cb00f2e1aae986085554198820.tar.gz
xine-lib-01290c888ec621cb00f2e1aae986085554198820.tar.bz2
actually not every engine file uses internals, so we do not need to define
XINE_ENGINE_INTERNAL for every file CVS patchset: 5753 CVS date: 2003/11/16 15:41:15
Diffstat (limited to 'src/xine-engine/audio_out.c')
-rw-r--r--src/xine-engine/audio_out.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/audio_out.c b/src/xine-engine/audio_out.c
index 7f38e6ece..21d243ccb 100644
--- a/src/xine-engine/audio_out.c
+++ b/src/xine-engine/audio_out.c
@@ -17,7 +17,7 @@
* along with self program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_out.c,v 1.150 2003/11/11 18:45:00 f1rmb Exp $
+ * $Id: audio_out.c,v 1.151 2003/11/16 15:41:15 mroi Exp $
*
* 22-8-2001 James imported some useful AC3 sections from the previous alsa driver.
* (c) 2001 Andy Lo A Foe <andy@alsaplayer.org>
@@ -78,6 +78,7 @@
#include <math.h>
#define XINE_ENABLE_EXPERIMENTAL_FEATURES
+#define XINE_ENGINE_INTERNAL
/********** logging **********/
#define LOG_MODULE "audio_out"