X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=d4428ae8bd1c5d7dd8fe71f345e4a50937994e60;hp=857c36a9c224567f78cd055a70df2566ffdbe2ad;hb=696c7eac4d10f630d9d120af9a1106eecf4fd75e;hpb=5252f4388cba35647842c720a5dd184d6fccaa08 diff --git a/main.cpp b/main.cpp index 857c36a..d4428ae 100644 --- a/main.cpp +++ b/main.cpp @@ -26,8 +26,9 @@ #include #include -#ifdef ENABLE_GSTREAMERMM +#ifdef ENABLE_FLOW #include +#include #endif #include @@ -173,7 +174,7 @@ int main(int argc, char *argv[]) bool do_scan = true; bool show_version = false; -#ifdef ENABLE_GSTREAMERMM +#ifdef ENABLE_FLOW // Initialise gstreamermm. Must be called before any other GLib stuff. Gst::init(); #endif