summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/utils_videotl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/utils_videotl.cc b/gtk2_ardour/utils_videotl.cc
index 504fc3d2eb..1496893e82 100644
--- a/gtk2_ardour/utils_videotl.cc
+++ b/gtk2_ardour/utils_videotl.cc
@@ -253,6 +253,7 @@ video_query_info (
, filepath.c_str());
char *res = curl_http_get(url, NULL);
int pid=0;
+#ifndef COMPILER_MINGW
if (res) {
char *pch, *pst;
int version;
@@ -285,6 +286,7 @@ video_query_info (
}
free(res);
}
+#endif
if (pid!=5) {
return false;
}