mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
70431177ff
Original commit message from CVS: * configure.ac: * gst/videoparse/Makefile.am: * gst/videoparse/gstvideoparse.c: A little pluggy to make sense out of the random chunks we get from multifilesrc.
8 lines
243 B
Makefile
8 lines
243 B
Makefile
|
|
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)
|
|
|