diff options
Diffstat (limited to 'gst/videoparse/Makefile.am')
-rw-r--r-- | gst/videoparse/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/videoparse/Makefile.am b/gst/videoparse/Makefile.am new file mode 100644 index 00000000..7cc5fd2a --- /dev/null +++ b/gst/videoparse/Makefile.am @@ -0,0 +1,8 @@ + +plugin_LTLIBRARIES = libgstvideoparse.la + +libgstvideoparse_la_SOURCES = gstvideoparse.c +libgstvideoparse_la_CFLAGS = $(GST_CFLAGS) +libgstvideoparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) +libgstvideoparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) + |