]> git.sesse.net Git - mlt/commitdiff
fix melt progress indication on Windows with MELT_NOSDL
authorDan Dennedy <dan@dennedy.org>
Sat, 11 Aug 2012 07:22:05 +0000 (00:22 -0700)
committerDan Dennedy <dan@dennedy.org>
Sat, 11 Aug 2012 07:22:05 +0000 (00:22 -0700)
src/melt/melt.c

index c125a72e511364594856cb46e652b90551bc456d..4cf6ee7c3e545a05333176dcef74fd8916a68270 100644 (file)
@@ -672,7 +672,7 @@ int main( int argc, char **argv )
        // Construct the factory
        mlt_repository repo = mlt_factory_init( NULL );
 
-#ifdef WIN32
+#if defined(WIN32) && !defined(MELT_NOSDL)
        is_silent = 1;
 #endif