mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
9 lines
392 B
Makefile
9 lines
392 B
Makefile
plugin_LTLIBRARIES = libgstxvid.la
|
|
|
|
libgstxvid_la_SOURCES = gstxvidenc.c gstxviddec.c gstxvid.c
|
|
libgstxvid_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(XVID_CFLAGS)
|
|
libgstxvid_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(XVID_LIBS)
|
|
libgstxvid_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstxvid_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
|
|
|
noinst_HEADERS = gstxvidenc.h gstxviddec.h gstxvid.h
|