source: trunk/third/gstreamer/tests/Makefile.am @ 21005

Revision 21005, 332 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21004, which included commits to RCS files with non-trunk default branches.
Line 
1
2SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
3
4if GST_DISABLE_TRACE
5LAT =
6else
7LAT = lat
8
9endif
10
11noinst_PROGRAMS = $(LAT) spidey_bench mass_elements
12
13AM_CFLAGS = $(GST_OBJ_CFLAGS)
14LIBS = $(GST_OBJ_LIBS)
15
16EXTRA_DIST = README
17DIST_SUBDIRS= bufspeed instantiate memchunk muxing sched threadstate seeking
Note: See TracBrowser for help on using the repository browser.