mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
b02708a2f6
fsselector is too close to selector, so import is as autoconvert. Not importing the history because the directory is also called gst/selector and it fails.
7 lines
338 B
Makefile
7 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)
|