mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 17:25:36 +00:00
gdkpixbuf: Use the libs and cflags of gdk pixbuf instead of gtk
This fixes the build if gdk-pixbuf is found but gtk isn't
This commit is contained in:
parent
09bf126a1d
commit
e0f4244336
1 changed files with 2 additions and 2 deletions
|
@ -163,9 +163,9 @@ elements_videocrop_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
|
||||||
# FIXME: configure should check for gdk-pixbuf not gtk
|
# FIXME: configure should check for gdk-pixbuf not gtk
|
||||||
# only need video.h header, not the lib
|
# only need video.h header, not the lib
|
||||||
elements_gdkpixbufsink_CFLAGS = \
|
elements_gdkpixbufsink_CFLAGS = \
|
||||||
$(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) $(GTK_CFLAGS)
|
$(GST_PLUGINS_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS) $(GDK_PIXBUF_CFLAGS)
|
||||||
elements_gdkpixbufsink_LDADD = \
|
elements_gdkpixbufsink_LDADD = \
|
||||||
$(LDADD) $(GTK_LIBS)
|
$(LDADD) $(GDK_PIXBUF_LIBS)
|
||||||
|
|
||||||
|
|
||||||
pipelines_wavpack_LDADD = $(LDADD) $(GST_BASE_LIBS)
|
pipelines_wavpack_LDADD = $(LDADD) $(GST_BASE_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue