mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +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.
13 lines
254 B
Makefile
13 lines
254 B
Makefile
noinst_LTLIBRARIES = libcrashtest.la
|
|
|
|
libcrashtest_la_SOURCES = \
|
|
dummy.c
|
|
|
|
include_HEADERS = \
|
|
dummy.h
|
|
|
|
CFLAGS = $(shell gnome-config --cflags gnomeui)
|
|
LDFLAGS = $(shell gnome-config --libs gnomeui)
|
|
|
|
noinst_PROGRAMS = test
|
|
test_LDADD = libcrashtest.la
|