mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
nvdec: Fix build warning error
gstnvdec.c:1222:3: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration] memset (&type_info, 0, sizeof (type_info)); ^~~~~~
This commit is contained in:
parent
73f92371b8
commit
f1cbab7cfd
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#endif
|
||||
|
||||
#include "gstnvdec.h"
|
||||
#include <string.h>
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (gst_nvdec_debug_category);
|
||||
#define GST_CAT_DEFAULT gst_nvdec_debug_category
|
||||
|
|
Loading…
Reference in a new issue