hardour does not yet support wine-builds
[ardour.git] / gtk2_ardour / export_video_dialog.cc
index e88f9c5effa4997131e40745ff422c176f17aaba..a9d0f99ad1246623199dd31d4e4d8cfc888dae11 100644 (file)
@@ -700,7 +700,7 @@ ExportVideoDialog::encode_pass (int pass)
                ffs["-an"] = "-y";
                ffs["-passlogfile"] =  Glib::path_get_dirname (outfn) + G_DIR_SEPARATOR + "ffmpeg2pass";
                ffs["-f"] = get_file_extension(invid).empty()?"mov":get_file_extension(invid);
-#ifdef _OS_WIN32
+#ifdef PLATFORM_WINDOWS
                outfn = "NUL";
 #else
                outfn = "/dev/null";