mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
4fc0d55655
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * gst/videobox/gstvideobox.c: Clean up, port to 0.9, use BaseTransform. * gst/videobox/Makefile.am: Link to base libs, include plugins-base cflags, dist the README. * configure.ac (GST_PLUGIN_ALL, AC_CONFIG_FILES): Add videobox to the build.
11 lines
285 B
Makefile
11 lines
285 B
Makefile
|
|
plugin_LTLIBRARIES = libgstvideobox.la
|
|
|
|
libgstvideobox_la_SOURCES = gstvideobox.c
|
|
libgstvideobox_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|
libgstvideobox_la_LIBADD = $(GST_BASE_LIBS)
|
|
libgstvideobox_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS =
|
|
|
|
EXTRA_DIST = README
|