mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
7db2e8baa0
Original commit message from CVS: Remove redundant plugindir definition
9 lines
301 B
Makefile
9 lines
301 B
Makefile
|
|
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
|