mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
69277f05a7
Original commit message from CVS: Merge plugins. Update to new plugin init code
14 lines
263 B
Makefile
14 lines
263 B
Makefile
|
|
plugin_LTLIBRARIES = libgstavi.la
|
|
|
|
libgstavi_la_SOURCES = gstavidemux.c gstavimux.c
|
|
|
|
noinst_HEADERS = \
|
|
gstavimux.h \
|
|
gstavidemux.h
|
|
|
|
libgstavi_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstavi_la_LIBADD =
|
|
libgstavi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
EXTRA_DIST = README
|