output/roar: work around libroar's use of "new"
This commit is contained in:
parent
d300e6bf21
commit
e02d8ad8d2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue