]> git.sesse.net Git - nageru/commitdiff
Fix compilation with SRT and CEF together (macro conflict via sys/syslog.h).
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 16:00:35 +0000 (17:00 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 29 Nov 2023 16:00:35 +0000 (17:00 +0100)
nageru/mixer.cpp

index ca16dab1b54f72f8d475016578bf35d5c198c593..736ceb22f6f98713a76e90361f9f0e4abeaeb178 100644 (file)
@@ -35,6 +35,8 @@
 #include "bmusb/bmusb.h"
 #include "bmusb/fake_capture.h"
 #ifdef HAVE_CEF
+#undef LOG_INFO
+#undef LOG_WARNING
 #include "cef_capture.h"
 #endif
 #include "chroma_subsampler.h"