Small compile fixes

Original commit message from CVS:
Small compile fixes
This commit is contained in:
Wim Taymans 2003-02-10 20:08:59 +00:00
parent 0da768dacb
commit bf7bff6c47
10 changed files with 14 additions and 3 deletions

View file

@ -1,10 +1,12 @@
SUBDIRS = memchunk muxing sched threadstate seeking # bufspeed
if !GST_DISABLE_TRACE
noinst_PROGRAMS = lat
lat_CFLAGS = $(GST_CFLAGS)
lat_LDFLAGS = $(GST_LIBS)
endif
EXTRA_DIST = README
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking

View file

@ -1,5 +1,6 @@
#include <gst/gst.h>
#include <string.h> /* strerror */
#include <stdlib.h> /* strerror */
#include <gst/gst.h>
#define MAX_THREADS 100

View file

@ -1,5 +1,6 @@
#include "gstmemchunk.h"
#include <string.h> /* memset */
#include <stdlib.h> /* memset */
#include "gstmemchunk.h"
#ifdef __SMP__
#define CHUNK_LOCK "lock ; "

View file

@ -1,6 +1,7 @@
#include <string.h> /* strerror */
#include <stdlib.h> /* strerror */
#include <gst/gst.h>
#include "gstmemchunk.h"
#include <string.h> /* strerror */
#define MAX_THREADS 100

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <gst/gst.h>
gboolean playing = TRUE;

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <gst/gst.h>
/* this pipeline is:

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <gst/gst.h>
/* this pipeline is:

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <gst/gst.h>
/* this pipeline is:

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <gst/gst.h>
/* this pipeline is:

View file

@ -1,3 +1,4 @@
#include <stdlib.h>
#include <gst/gst.h>
/* this pipeline is: