mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
c23834eab3
If you're running things uninstalled, you might need to manually remove the registry to get the plugin's features to show up correctly. Also, you probably want to do a make clean to get rid of the old plugin file.
7 lines
296 B
Makefile
7 lines
296 B
Makefile
plugin_LTLIBRARIES = libgstvalve.la
|
|
|
|
libgstvalve_la_SOURCES = gstvalve.c gstvalve.h
|
|
|
|
libgstvalve_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(ERROR_CFLAGS)
|
|
libgstvalve_la_LIBADD = $(GST_LIBS_LIBS)
|
|
libgstvalve_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
|