summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-10 15:12:24 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-10 21:39:00 +0000
commit375263c94689698bd85998c5da89e398d9523b3e (patch)
tree5f52ce6f76bed9940e22595326cfb91d130ebd8f /ext
parentbfdfc069aafccf7a207fd19e52707d7d3ff0ad79 (diff)
downloadgst-plugins-bad-375263c94689698bd85998c5da89e398d9523b3e.tar.gz
gst-plugins-bad-375263c94689698bd85998c5da89e398d9523b3e.tar.bz2
gst-plugins-bad-375263c94689698bd85998c5da89e398d9523b3e.zip
dfbvideosink: include stdlib.h for abs()
Diffstat (limited to 'ext')
-rw-r--r--ext/directfb/dfbvideosink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c
index 0552015f..a6450a06 100644
--- a/ext/directfb/dfbvideosink.c
+++ b/ext/directfb/dfbvideosink.c
@@ -93,6 +93,7 @@
#include "dfbvideosink.h"
#include <string.h>
+#include <stdlib.h>
/* Debugging category */
GST_DEBUG_CATEGORY_STATIC (dfbvideosink_debug);