mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
invtelecine: inlcude stdlib.h for abs()
This commit is contained in:
parent
9f3b7647d8
commit
da3a8fe0fc
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/video/video.h>
|
#include <gst/video/video.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
GST_DEBUG_CATEGORY (gst_invtelecine_debug);
|
GST_DEBUG_CATEGORY (gst_invtelecine_debug);
|
||||||
|
|
Loading…
Reference in a new issue