mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
52c9ad318b
Original commit message from CVS: more fixes
11 lines
223 B
Makefile
11 lines
223 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstdvdec.la
|
|
|
|
libgstdvdec_la_SOURCES = gstdvdec.c
|
|
libgstdvdec_la_LIBADD = $(DV_LIBS)
|
|
libgstdvdec_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstdvdec.h
|
|
|
|
EXTRA_DIST = NOTES
|