Commit e02d8ad8 authored by Max Kellermann's avatar Max Kellermann

output/roar: work around libroar's use of "new"

parent d300e6bf
......@@ -26,7 +26,11 @@
#include <glib.h>
/* libroar/services.h declares roar_service_stream::new - work around
this C++ problem */
#define new _new
#include <roaraudio.h>
#undef new
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "roaraudio"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment