mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
9987a75b1b
Original commit message from CVS: Implemented some test cases... they all fail :-( Added a flag to identity to for loop_based behaviour. Added a signal to fakesink when a buffer is consumed.
12 lines
149 B
Makefile
12 lines
149 B
Makefile
|
|
CC = libtool gcc
|
|
|
|
all: runxml
|
|
|
|
runxml: runxml.c
|
|
$(CC) -Wall `gstreamer-config --cflags --libs` runxml.c -o runxml
|
|
|
|
clean:
|
|
rm -f *.o runxml
|
|
|
|
|