mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
d6e6b9cb60
Original commit message from CVS: Build fixes. Adapted the test directory to the new state management added an mpeg2 to avi encoder. added a v4l to divx capture example.
11 lines
384 B
Makefile
11 lines
384 B
Makefile
noinst_PROGRAMS = test simple
|
|
|
|
test_SOURCES = test.c cothreads.c object.c looper.c
|
|
test_CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
test_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
simple_SOURCES = simple.c cothreads.c
|
|
simple_CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
simple_LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
noinst_HEADERS = cothreads.h object.h looper.h
|