mpegtsmux: Fix build warning error
gstmpegtsmux.c:291:3: error: implicit declaration of function ‘memmove’ [-Werror=implicit-function-declaration] memmove (map.data + 4, map.data, map.size - 4); ^ gstmpegtsmux.c:291:3: error: incompatible implicit declaration of built-in function ‘memmove’ [-Werror] gstmpegtsmux.c:291:3: note: include ‘<string.h>’ or provide a declaration of ‘memmove’
This commit is contained in:
parent
54cb25456d
commit
1e3eb00b17
@ -83,6 +83,7 @@
|
||||
*/
|
||||
|
||||
#include "gstmpegtsmux.h"
|
||||
#include <string.h>
|
||||
|
||||
#define MPEGTSMUX_DEFAULT_M2TS FALSE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user