mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
863c255c60
Original commit message from CVS: * gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin.
6 lines
210 B
Makefile
6 lines
210 B
Makefile
plugin_LTLIBRARIES = libgstvideomixer.la
|
|
|
|
libgstvideomixer_la_SOURCES = videomixer.c
|
|
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideomixer_la_LIBADD =
|
|
libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|