mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
[303/906] Add libpng dependency
This commit is contained in:
parent
ed2be67ba8
commit
b6735ace5d
1 changed files with 3 additions and 2 deletions
|
@ -59,7 +59,7 @@ endif
|
|||
# check order of CFLAGS and LIBS, shouldn't the order be the other way around
|
||||
# (like in AM_CFLAGS)?
|
||||
libgstopengl_la_CFLAGS = $(GST_CFLAGS) $(X_CFLAGS) $(GST_BASE_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) $(GL_CFLAGS) $(LIBPNG_CFLAGS) \
|
||||
-I$(top_srcdir)/gst-libs \
|
||||
-I$(top_srcdir)/gst-libs/gst/gl \
|
||||
-I$(top_srcdir)/gst/gl/effects
|
||||
|
@ -71,7 +71,8 @@ libgstopengl_la_LIBADD = \
|
|||
$(top_builddir)/gst-libs/gst/gl/libgstgl-$(GST_MAJORMINOR).la \
|
||||
$(GST_BASE_LIBS) \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-$(GST_MAJORMINOR) \
|
||||
$(GL_LIBS)
|
||||
$(GL_LIBS) \
|
||||
$(LIBPNG_LIBS)
|
||||
if HAVE_GDKPIXBUF
|
||||
libgstopengl_la_LIBADD += $(GDKPIXBUF_LIBS)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue