compile error d041a6cd
on arch linux the following compile error happens for d041a6cd
CXX demux/adaptive/encryption/libadaptive_plugin_la-CommonEncryption.lo
demux/adaptive/encryption/CommonEncryption.cpp: In member function ‘bool adaptive::encryption::CommonEncryptionSession::start(adaptive::SharedResources*, const adaptive::encryption::CommonEncryption&)’:
demux/adaptive/encryption/CommonEncryption.cpp:66:54: warning: unused parameter ‘res’ [-Wunused-parameter]
bool CommonEncryptionSession::start(SharedResources *res, const CommonEncryption &enc)
~~~~~~~~~~~~~~~~~^~~
demux/adaptive/encryption/CommonEncryption.cpp: In member function ‘size_t adaptive::encryption::CommonEncryptionSession::decrypt(void*, size_t, bool)’:
demux/adaptive/encryption/CommonEncryption.cpp:111:11: error: ‘data’ was not declared in this scope
(void)data;
^~~~
demux/adaptive/encryption/CommonEncryption.cpp:112:11: error: ‘bytes’ was not declared in this scope
(void)bytes;
^~~~~
demux/adaptive/encryption/CommonEncryption.cpp:112:11: note: suggested alternative: ‘system’
(void)bytes;
^~~~~
system
demux/adaptive/encryption/CommonEncryption.cpp:108:47: warning: unused parameter ‘inputdata’ [-Wunused-parameter]
size_t CommonEncryptionSession::decrypt(void *inputdata, size_t inputbytes, bool last)
~~~~~~^~~~~~~~~
make[4]: *** [Makefile:25503: demux/adaptive/encryption/libadaptive_plugin_la-CommonEncryption.lo] Error 1