mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
699452ef31
This is not needed any longer.
10 lines
382 B
Makefile
10 lines
382 B
Makefile
plugin_LTLIBRARIES = libgstautoconvert.la
|
|
|
|
libgstautoconvert_la_SOURCES = gstautoconvert.c gstautovideoconvert.c plugin.c
|
|
|
|
libgstautoconvert_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstautoconvert_la_LIBADD = $(GST_LIBS)
|
|
libgstautoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstautoconvert_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstautoconvert.h gstautovideoconvert.h
|