From 27d52ae4022cd836954a36ae8d3b36f09e01f8c1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 6 Jan 2003 23:48:59 +0000 Subject: [PATCH] Make sure we implement the inlines too for when __inline__ doesn't work Original commit message from CVS: Make sure we implement the inlines too for when __inline__ doesn't work --- gst/gstmemchunk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/gstmemchunk.c b/gst/gstmemchunk.c index 271002f4d8..360bdd6c7e 100644 --- a/gst/gstmemchunk.c +++ b/gst/gstmemchunk.c @@ -23,6 +23,7 @@ #include "gstutils.h" #include "gstmemchunk.h" +#define GST_IMPLEMENT_INLINES 1 #define __GST_TRASH_STACK_C__ #include "gsttrashstack.h"