mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
b0f5f9a941
Original commit message from CVS: adding dv, raw1934, gnomevfs, rtp
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
|