mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
98c89f610e
Original commit message from CVS: Add unlink function to properly handle unreffing bufferpools.
12 lines
302 B
Makefile
12 lines
302 B
Makefile
|
|
plugin_LTLIBRARIES = libgstvideotestsrc.la
|
|
|
|
libgstvideotestsrc_la_SOURCES = \
|
|
gstvideotestsrc.c \
|
|
videotestsrc.c
|
|
|
|
libgstvideotestsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstvideotestsrc_la_LIBADD =
|
|
libgstvideotestsrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstvideotestsrc.h videotestsrc.h
|