2014-04-29 06:38:55 +00:00
|
|
|
noinst_PROGRAMS = fxtest
|
|
|
|
noinst_PROGRAMS += pixbufdrop
|
|
|
|
|
|
|
|
fxtest_SOURCES = fxtest.c
|
|
|
|
|
2017-12-10 20:02:26 +00:00
|
|
|
fxtest_CFLAGS=\
|
2014-06-12 03:06:31 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
2017-12-10 20:02:26 +00:00
|
|
|
$(GL_CFLAGS) $(GTK_CFLAGS) $(X11_CFLAGS)
|
2014-04-29 06:38:55 +00:00
|
|
|
fxtest_LDADD=../libgstgtkhelper.la \
|
2017-12-10 20:02:26 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
|
|
|
|
$(GST_LIBS) $(GL_LIBS) $(GTK_LIBS) $(X11_LIBS)
|
2014-04-29 06:38:55 +00:00
|
|
|
|
|
|
|
pixbufdrop_SOURCES = pixbufdrop.c
|
|
|
|
|
2017-12-10 20:02:26 +00:00
|
|
|
pixbufdrop_CFLAGS=\
|
2014-06-12 03:06:31 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
2017-12-10 20:02:26 +00:00
|
|
|
$(GL_CFLAGS) $(GTK_CFLAGS) $(X11_CFLAGS)
|
2014-04-29 06:38:55 +00:00
|
|
|
pixbufdrop_LDADD=../libgstgtkhelper.la \
|
2017-12-10 20:02:26 +00:00
|
|
|
$(top_builddir)/gst-libs/gst/video/libgstvideo-@GST_API_VERSION@.la \
|
|
|
|
$(GST_LIBS) $(GL_LIBS) $(GTK_LIBS) $(X11_LIBS)
|