Seungha Yang
c64cdf2ff3
kmssink: Fix implicit declaration build error
ffs() and strcmp() require string.h
gstkmssink.c:255:28: error: implicit declaration of function ‘ffs’ [-Werror=implicit-function-declaration]
crtc_id = res->crtcs[ffs (crtcs_for_connector) - 1];
^~~
gstkmssink.c:590:10: error: implicit declaration of function ‘strcmp’ [-Werror=implicit-function-declaration]
if (!strcmp (property->name, prop_name)) {
^~~~~~
2019-07-17 01:05:32 +09:00
..
2019-05-30 20:41:57 +02:00
2019-06-17 15:02:15 +10:00
2019-06-25 12:45:56 +00:00
2019-07-08 08:31:47 +00:00
2019-05-13 17:00:00 -04:00
2019-07-15 12:06:25 +03:00
2019-05-13 17:00:00 -04:00
2017-05-16 14:05:52 -04:00
2018-11-09 09:52:40 +00:00
2016-03-24 14:56:51 +02:00
2019-05-13 17:00:00 -04:00
2019-05-13 17:00:00 -04:00
2019-05-13 17:00:00 -04:00
2019-07-17 01:05:32 +09:00
2019-07-07 15:16:28 +00:00
2019-07-09 20:52:23 +09:00
2019-05-30 20:41:57 +02:00
2019-05-13 17:00:00 -04:00
2019-05-30 20:41:57 +02:00
2019-06-28 15:46:22 +10:00
2019-05-13 17:00:00 -04:00
2019-05-13 17:00:00 -04:00
2019-05-13 17:00:00 -04:00
2019-07-08 10:37:46 +00:00
2019-07-08 10:37:46 +00:00