mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
708cf898e8
Original commit message from CVS: parallel install fixes
10 lines
350 B
Makefile
10 lines
350 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
plugin_LTLIBRARIES = libgstsnapshot.la
|
|
|
|
libgstsnapshot_la_SOURCES = gstsnapshot.c ../hermes/yuv2rgb.c ../hermes/yuv2yuv.c
|
|
libgstsnapshot_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstsnapshot_la_LIBADD = $(GST_LIBS) $(LIBPNG_LIBS)
|
|
libgstsnapshot_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstsnapshot.h
|