mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d1754f05c4
This reverts commit b678815316
.
There's no gdk-pixbuf3 anymore. gdk-pixbuf was separated from GTK+
and will stay at version 2.0 for GTK+ 3.0.
19 lines
577 B
Makefile
19 lines
577 B
Makefile
plugin_LTLIBRARIES = libgstgdkpixbuf.la
|
|
|
|
libgstgdkpixbuf_la_SOURCES = gstgdkpixbuf.c gstgdkpixbufsink.c pixbufscale.c
|
|
libgstgdkpixbuf_la_CFLAGS = \
|
|
$(GST_PLUGINS_BASE_CFLAGS) \
|
|
$(GST_BASE_CFLAGS) \
|
|
$(GST_CFLAGS) $(GDK_PIXBUF_CFLAGS)
|
|
libgstgdkpixbuf_la_LIBADD = \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_MAJORMINOR) \
|
|
$(GST_BASE_LIBS) \
|
|
$(GST_LIBS) $(GDK_PIXBUF_LIBS)
|
|
libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstgdkpixbuf_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|
|
noinst_HEADERS = \
|
|
gstgdkpixbuf.h \
|
|
gstgdkpixbufsink.h \
|
|
pixbufscale.h \
|
|
gstgdkanimation.h
|