summaryrefslogtreecommitdiffstats
path: root/ext/libpng
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-07-20 07:41:58 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-07-20 07:41:58 +0000
commit546bc7dbc12b3c369a31b74171c51d9b0f2254eb (patch)
treeb0179cc0f95b42b7ad3dae9ea9ca3b65bd781f0f /ext/libpng
parentc1254d31e9cc1f050d847b8bf329a8dea5c80758 (diff)
ext/annodex/Makefile.am: Fix CFLAGS/LIBS.
Original commit message from CVS: * ext/annodex/Makefile.am: Fix CFLAGS/LIBS. * ext/cdio/gstcdiocddasrc.c: * ext/libpng/gstpngdec.c: (gst_pngdec_task): Include stdlib * ext/cairo/Makefile.am: * gst/videofilter/Makefile.am: * tests/examples/level/Makefile.am: Use $(LIBM) instead of -lm
Diffstat (limited to 'ext/libpng')
-rw-r--r--ext/libpng/gstpngdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libpng/gstpngdec.c b/ext/libpng/gstpngdec.c
index 236538b2..6d939756 100644
--- a/ext/libpng/gstpngdec.c
+++ b/ext/libpng/gstpngdec.c
@@ -26,6 +26,7 @@
#include "gstpngdec.h"
+#include <stdlib.h>
#include <string.h>
#include <gst/video/video.h>
#include <gst/gst-i18n-plugin.h>