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/input/input_net.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/input_net.c') diff --git a/src/input/input_net.c b/src/input/input_net.c index d7a576030..67d5d3fb9 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -38,7 +38,7 @@ #include #include "xine_internal.h" -#include "monitor.h" +#include "xineutils.h" #include "input_plugin.h" #if !defined(NDELAY) && defined(O_NDELAY) @@ -310,7 +310,7 @@ input_plugin_t *init_input_plugin (int iface, xine_t *xine) { return NULL; } - this = (net_input_plugin_t *) xmalloc(sizeof(net_input_plugin_t)); + this = (net_input_plugin_t *) xine_xmalloc(sizeof(net_input_plugin_t)); config = xine->config; xine_debug = config->lookup_int (config, "xine_debug", 0); -- cgit v1.2.3