mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
e1fcd42a19
+ Add some markdown files to link between languages + Add a simple 'play timeline with one clip" example in C and python
5 lines
221 B
Makefile
5 lines
221 B
Makefile
SUBDIRS = c
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PBUTILS_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
AM_LDFLAGS = -export-dynamic
|
|
LDADD = $(top_builddir)/ges/libges-@GST_API_VERSION@.la $(GST_PBUTILS_LIBS) $(GST_LIBS) $(GTK_LIBS)
|