diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-06 23:52:57 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-06 23:52:57 +0000 |
commit | ea7a7c222dc75f69b5a798c484d58da991c2e772 (patch) | |
tree | 180a97cf1eb7bbb16cd517f0b198fecb1f2c76c7 | |
parent | 51d92d3f2e35d8b37d40f37d77604cd770ec911d (diff) |
last min fix from wim the man
Original commit message from CVS:
last min fix from wim the man
-rw-r--r-- | gst/gstmemchunk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstmemchunk.c b/gst/gstmemchunk.c index 271002f4d..360bdd6c7 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" |