mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
37fe79eef2
Original commit message from CVS: Remove redundant plugindir definition
11 lines
274 B
Makefile
11 lines
274 B
Makefile
|
|
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
|