mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
8 lines
338 B
Makefile
8 lines
338 B
Makefile
|
plugin_LTLIBRARIES = libgstautoconvert.la
|
||
|
|
||
|
libgstautoconvert_la_SOURCES = gstautoconvert.c gstautoconvert.h
|
||
|
|
||
|
libgstautoconvert_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
|
||
|
libgstautoconvert_la_LIBADD = $(GST_LIBS_LIBS)
|
||
|
libgstautoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|