mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
11 lines
422 B
Makefile
11 lines
422 B
Makefile
plugin_LTLIBRARIES = libgstmpeg2dec.la
|
|
|
|
libgstmpeg2dec_la_SOURCES = gstmpeg2dec.c
|
|
libgstmpeg2dec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) $(MPEG2DEC_CFLAGS)
|
|
libgstmpeg2dec_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \
|
|
$(GST_LIBS) $(MPEG2DEC_LIBS)
|
|
libgstmpeg2dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmpeg2dec_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstmpeg2dec.h
|