mpegtsmux: Fix build warning error
authorSeungha Yang <seungha.yang@navercorp.com>
Mon, 20 May 2019 10:33:27 +0000 (19:33 +0900)
committerSeungha Yang <seungha.yang@navercorp.com>
Mon, 20 May 2019 10:34:37 +0000 (19:34 +0900)
commit1e3eb00b1766e07a3bc0af6523554c2ad1c27ee8
tree7466c52062b79f090b7171e66ed5f7a8a3e181e9
parent54cb25456d7c99e741718a4059eecfee1193d95e
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’
gst/mpegtsmux/gstmpegtsmux.c