Workaround for perl
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 23 Aug 2004 19:12:54 +0000 (19:12 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 23 Aug 2004 19:12:54 +0000 (19:12 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@385 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt++/src/Makefile
mlt++/swig/mltpp.i

index 36e7021..94b3ad9 100644 (file)
@@ -35,5 +35,5 @@ install:
        $(INSTALL) -m 755 $(TARGET) $(prefix)/lib
        $(INSTALL) -d "$(prefix)/include/mlt++"
        $(INSTALL) -m 644 $(HEADERS) "$(prefix)/include/mlt++"
-       /sbin/ldconfig || exit 0
+       /sbin/ldconfig || true
 
index 71ebc43..715e90d 100644 (file)
@@ -45,6 +45,7 @@ namespace Mlt {
  */
 
 %include <framework/mlt_types.h>
+%include <framework/mlt_factory.h>
 %include <MltFactory.h>
 %include <MltProperties.h>
 %include <MltFrame.h>