gstreamer/gst/videoflip/Makefile.am

12 lines
274 B
Makefile
Raw Normal View History

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