jiixyj / libebur128

A library implementing the EBU R128 loudness standard.
MIT License
402 stars 76 forks source link

make ENABLE_INTERNAL_QUEUE_H dependent on presence of sys/queue.h #80

Closed l0calh05t closed 6 years ago

l0calh05t commented 6 years ago

If no sys/queue.h header is available, it is pointless to provide ENABLE_INTERNAL_QUEUE_H as an option. Therefore use a CMake dependent option to automatically switch the internal queue on if no system queue is present.

jiixyj commented 6 years ago

Thank you!