mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
colormanagement: Link to libgstbase for basetransform
This commit is contained in:
parent
90c1124393
commit
b23231d8c3
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ plugin_LTLIBRARIES = libgstcolormanagement.la
|
|||
libgstcolormanagement_la_SOURCES = gstcolormanagement.c \
|
||||
gstlcms.c
|
||||
|
||||
libgstcolormanagement_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(LCMS2_CFLAGS)
|
||||
libgstcolormanagement_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_LIBS) $(LCMS2_LIBS)
|
||||
libgstcolormanagement_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LCMS2_CFLAGS)
|
||||
libgstcolormanagement_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_BASE_LIBS) $(GST_LIBS) $(LCMS2_LIBS)
|
||||
libgstcolormanagement_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstcolormanagement_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue