gstreamer/gst/videoparse/Makefile.am
David Schleef 70431177ff A little pluggy to make sense out of the random chunks we get from multifilesrc.
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.
2006-11-11 00:22:24 +00:00

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)