From: Tim-Philipp Müller Date: Tue, 3 Mar 2015 19:04:48 +0000 (+0000) Subject: tests: gdkpixbufoverlay-test: fix compilation against newer gdk-pixbuf X-Git-Tag: 1.19.3~509^2~3816 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e78e5242654530a95f79ce024a77aae6759db566;p=platform%2Fupstream%2Fgstreamer.git tests: gdkpixbufoverlay-test: fix compilation against newer gdk-pixbuf gdk_pixbuf_new_from_inline() has been deprecated in favour of GResource. --- diff --git a/tests/icles/gdkpixbufoverlay-test.c b/tests/icles/gdkpixbufoverlay-test.c index d006599..4382b87 100644 --- a/tests/icles/gdkpixbufoverlay-test.c +++ b/tests/icles/gdkpixbufoverlay-test.c @@ -24,6 +24,8 @@ #include #include #include + +#define GDK_PIXBUF_DISABLE_DEPRECATED /* for gdk_pixbuf_new_from_inline */ #include #include