mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
3c9bb965fc
Currently one can: * Give a multimedia file * modify the inpoint * modify the duration * mute the audio
9 lines
247 B
Makefile
9 lines
247 B
Makefile
noinst_PROGRAMS = \
|
|
simple1 \
|
|
test1 \
|
|
test2 \
|
|
test3 \
|
|
test4
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_CFLAGS)
|
|
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ $(GST_PROFILE_LIBS) $(GST_LIBS)
|