projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1945520
)
rtpjpegdepay: add missing math.h include
author
Havard Graff
<havard.graff@tandberg.com>
Mon, 31 Aug 2009 19:16:54 +0000
(21:16 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 8 Sep 2009 11:32:51 +0000
(13:32 +0200)
Fixes #594247
gst/rtp/gstrtpjpegdepay.c
patch
|
blob
|
history
diff --git
a/gst/rtp/gstrtpjpegdepay.c
b/gst/rtp/gstrtpjpegdepay.c
index d9d4d0f0e9e0fcaa1a7ccab2be0d3f157a76fdfb..14555f046bdce5ab101b537bf9a763250ca0013e 100644
(file)
--- a/
gst/rtp/gstrtpjpegdepay.c
+++ b/
gst/rtp/gstrtpjpegdepay.c
@@
-23,6
+23,7
@@
#include <gst/rtp/gstrtpbuffer.h>
+#include <math.h>
#include <string.h>
#include "gstrtpjpegdepay.h"