swig/{java,python,tcl}/build: fix linking error __stack_chk_fail_local.
[melted] / mlt++ / swig / python / play.py
index ce45c7b..72116ae 100755 (executable)
@@ -6,7 +6,7 @@ import time
 import sys
 
 # Start the mlt system
-mltpp.Factory.init( )
+mltpp.Factory().init( )
 
 # Establish a profile
 profile = mltpp.Profile( )