gstreamer/tests/examples/Makefile.am
Edward Hervey e6805bfb33 examples: test4: variant of test3 with rendering.
Usage: ./test4 output_uri audio_files

This will render in ogg/vorbis the first seconds of all the provided
audio files to the output_uri
Ex : ./test4 file:///data/audio1s.ogg /data/music/*.ogg
2010-01-08 18:16:16 +01:00

4 lines
254 B
Makefile

noinst_PROGRAMS = test1 test2 test3 test4
AM_CFLAGS = $(GST_CONVENIENCE_CFLAGS) $(GST_CFLAGS) -I$(top_srcdir)
LDADD = $(GST_CONVENIENCE_LIBS) -lgstprofile-@GST_MAJORMINOR@ $(GST_LBS) $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@