From bacac99192b65faed1a0047a8be5b95abf15873d Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 17 Nov 2001 14:26:36 +0000 Subject: Add 'xine_' prefix to all of xine-utils functions (what about cpu acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36 --- src/audio_out/audio_irixal_out.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/audio_out/audio_irixal_out.c') diff --git a/src/audio_out/audio_irixal_out.c b/src/audio_out/audio_irixal_out.c index 063b917fa..56e857283 100644 --- a/src/audio_out/audio_irixal_out.c +++ b/src/audio_out/audio_irixal_out.c @@ -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_irixal_out.c,v 1.2 2001/09/14 20:44:01 jcdutton Exp $ + * $Id: audio_irixal_out.c,v 1.3 2001/11/17 14:26:37 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -52,9 +52,8 @@ #include "xine_internal.h" -#include "monitor.h" +#include "xineutils.h" #include "audio_out.h" -#include "utils.h" //#ifndef AFMT_S16_NE //# if defined(sparc) || defined(__sparc__) || defined(PPC) -- cgit v1.2.3