mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-23 06:26:23 +00:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgst1394.la
|
|
|
|
libgst1394_la_SOURCES = gst1394.c gstdv1394src.c
|
|
libgst1394_la_LIBADD = $(raw1394_LIBS)
|
|
|
|
noinst_HEADERS = gstdv1394src.h
|