mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
71bf0f1245
Original commit message from CVS: Make elements nanoseconds aware
9 lines
252 B
Makefile
9 lines
252 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstlibfame.la
|
|
|
|
libgstlibfame_la_SOURCES = gstlibfame.c gstfamedec.c
|
|
libgstlibfame_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstlibfame_la_LIBADD = $(LIBFAME_LIBS)
|
|
libgstlibfame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|