summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.h
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-09-26 22:54:51 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-09-26 22:54:51 +0000
commit9025bf7cc003e8e9981eaf2adc4c614d9bca765c (patch)
tree2788c21b13ec9bfb2fbf2852ae7b4a6c6b764979 /src/xine-engine/audio_out.h
parentc4fcac1273c5be824b7468edcda160c38dec1692 (diff)
downloadxine-lib-9025bf7cc003e8e9981eaf2adc4c614d9bca765c.tar.gz
xine-lib-9025bf7cc003e8e9981eaf2adc4c614d9bca765c.tar.bz2
- almost finalize headers refactoring needed for MSVC frontends (and for other
poor platforms, of course) - fix a bug in generated xine-config for WIN32 and make it relocateable under Windows - MSVC port: update, fix some warnings, remove old unneeded files - improve function for getting runtime directory, it will need next fix yet (bug probably due to active volume drives) CVS patchset: 7001 CVS date: 2004/09/26 22:54:51
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r--src/xine-engine/audio_out.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index 0d75c92ea..1b28416de 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2003 the xine project
+ * Copyright (C) 2000-2004 the xine project
*
* This file is part of xine, a free video player.
*
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_out.h,v 1.72 2004/07/06 22:53:23 miguelfreitas Exp $
+ * $Id: audio_out.h,v 1.73 2004/09/26 22:54:52 valtri Exp $
*/
#ifndef HAVE_AUDIO_OUT_H
#define HAVE_AUDIO_OUT_H
@@ -26,13 +26,13 @@
extern "C" {
#endif
-#include <inttypes.h>
-
#if defined(XINE_COMPILE)
+#include <inttypes.h>
#include "metronom.h"
#include "configfile.h"
#include "xineutils.h"
#else
+#include <xine/os_types.h>
#include <xine/metronom.h>
#include <xine/configfile.h>
#include <xine/xineutils.h>