Fix the ffmpeg/dv/imagemagick targets/importers on Windows. Thanks to PXEGeek for...
[synfig.git] / synfig-core / trunk / src / modules / mod_dv / trgt_dv.cpp
index 8fcaabe..720736c 100644 (file)
@@ -128,7 +128,7 @@ dv_trgt::init()
                command=strprintf("encodedv - > \"%s\"\n",filename.c_str());
 
        // Open the pipe to encodedv
-       file=popen(command.c_str(),"w");
+       file=popen(command.c_str(),"wb");
 
        if(!file)
        {