mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
707d2fceae
Fix compilation by adding the right include directories and linking to the video library.
10 lines
421 B
Makefile
10 lines
421 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) $(MPEG2DEC_LIBS) $(GST_LIBS) \
|
|
-lgstvideo-$(GST_MAJORMINOR)
|
|
libgstmpeg2dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstmpeg2dec_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = gstmpeg2dec.h
|