mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 13:11:06 +00:00
58a92964c6
Mostly just add missing $(GST_BASE_CFLAGS), but also fix up order of flags (see docs/random/moving-plugins).
21 lines
551 B
Makefile
21 lines
551 B
Makefile
plugin_LTLIBRARIES = libgstffmpegcolorspace.la
|
|
|
|
libgstffmpegcolorspace_la_SOURCES = \
|
|
gstffmpegcolorspace.c \
|
|
gstffmpegcodecmap.c \
|
|
dsputil.c \
|
|
mem.c \
|
|
utils.c \
|
|
imgconvert.c
|
|
|
|
libgstffmpegcolorspace_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
libgstffmpegcolorspace_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstffmpegcolorspace_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
libgstffmpegcolorspace_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
gstffmpegcolorspace.h \
|
|
gstffmpegcodecmap.h \
|
|
imgconvert_template.h \
|
|
dsputil.h \
|
|
avcodec.h
|