gstreamer/gst/videoflip/Makefile.am
David Schleef 176e9f83f3 Rotate/flip video by increments of 90 degrees.
Original commit message from CVS:
Rotate/flip video by increments of 90 degrees.
2003-06-13 05:37:19 +00:00

12 lines
323 B
Makefile

plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstvideoflip.la
libgstvideoflip_la_SOURCES = \
gstvideoflip.c \
videoflip.c
libgstvideoflip_la_CFLAGS = $(GST_CFLAGS)
libgstvideoflip_la_LIBADD =
libgstvideoflip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstvideoflip.h videoflip.h