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/demuxers/demux_qt.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/demuxers/demux_qt.c') diff --git a/src/demuxers/demux_qt.c b/src/demuxers/demux_qt.c index a214f0326..cbba4a79c 100644 --- a/src/demuxers/demux_qt.c +++ b/src/demuxers/demux_qt.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: demux_qt.c,v 1.11 2001/11/10 13:48:02 guenter Exp $ + * $Id: demux_qt.c,v 1.12 2001/11/17 14:26:37 f1rmb Exp $ * * demultiplexer for quicktime streams, based on: * @@ -44,10 +44,9 @@ #include #include "xine_internal.h" -#include "monitor.h" +#include "xineutils.h" #include "demux.h" #include "buffer.h" -#include "utils.h" #define WINE_TYPEDEFS_ONLY #include "libw32dll/wine/avifmt.h" @@ -3866,7 +3865,7 @@ static int quicktime_check_sig(input_plugin_t *input) { quicktime_atom_t leaf_atom; int result1 = 0, result2 = 0; - file = xmalloc (sizeof (quicktime_t)); + file = xine_xmalloc (sizeof (quicktime_t)); quicktime_init(file); @@ -4377,7 +4376,7 @@ demux_plugin_t *init_demuxer_plugin(int iface, xine_t *xine) { return NULL; } - this = xmalloc (sizeof (demux_qt_t)); + this = xine_xmalloc (sizeof (demux_qt_t)); config = xine->config; xine_debug = config->lookup_int (config, "xine_debug", 0); -- cgit v1.2.3