mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
Small compile fixes
Original commit message from CVS: Small compile fixes
This commit is contained in:
parent
0da768dacb
commit
bf7bff6c47
10 changed files with 14 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
|
|
||||||
SUBDIRS = memchunk muxing sched threadstate seeking # bufspeed
|
SUBDIRS = memchunk muxing sched threadstate seeking # bufspeed
|
||||||
|
|
||||||
|
if !GST_DISABLE_TRACE
|
||||||
noinst_PROGRAMS = lat
|
noinst_PROGRAMS = lat
|
||||||
|
|
||||||
lat_CFLAGS = $(GST_CFLAGS)
|
lat_CFLAGS = $(GST_CFLAGS)
|
||||||
lat_LDFLAGS = $(GST_LIBS)
|
lat_LDFLAGS = $(GST_LIBS)
|
||||||
|
endif
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|
DIST_SUBDIRS= bufspeed memchunk muxing sched threadstate seeking
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include <gst/gst.h>
|
|
||||||
#include <string.h> /* strerror */
|
#include <string.h> /* strerror */
|
||||||
|
#include <stdlib.h> /* strerror */
|
||||||
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#define MAX_THREADS 100
|
#define MAX_THREADS 100
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#include "gstmemchunk.h"
|
|
||||||
#include <string.h> /* memset */
|
#include <string.h> /* memset */
|
||||||
|
#include <stdlib.h> /* memset */
|
||||||
|
#include "gstmemchunk.h"
|
||||||
|
|
||||||
#ifdef __SMP__
|
#ifdef __SMP__
|
||||||
#define CHUNK_LOCK "lock ; "
|
#define CHUNK_LOCK "lock ; "
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
#include <string.h> /* strerror */
|
||||||
|
#include <stdlib.h> /* strerror */
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include "gstmemchunk.h"
|
#include "gstmemchunk.h"
|
||||||
#include <string.h> /* strerror */
|
|
||||||
|
|
||||||
#define MAX_THREADS 100
|
#define MAX_THREADS 100
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
gboolean playing = TRUE;
|
gboolean playing = TRUE;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* this pipeline is:
|
/* this pipeline is:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* this pipeline is:
|
/* this pipeline is:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* this pipeline is:
|
/* this pipeline is:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* this pipeline is:
|
/* this pipeline is:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
/* this pipeline is:
|
/* this pipeline is:
|
||||||
|
|
Loading…
Reference in a new issue