Use pkg-config instead of lqt-config.
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 16 Apr 2009 17:24:02 +0000 (17:24 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 16 Apr 2009 17:24:02 +0000 (17:24 +0000)
Signed-off-by: Dan Dennedy <dan@dennedy.org>

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1412 d19143bc-622f-0410-bfdd-b5b2a6649095

configure
src/framework/mlt.h
src/modules/kino/configure

index 42262d7..16f105e 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=0.3.8
+export version=0.3.9
 export soversion=1
 
 show_help()
index d54a0f1..6836540 100644 (file)
@@ -23,8 +23,8 @@
 #ifndef _MLT_H_
 #define _MLT_H_
 
-#define LIBMLT_VERSION_INT ((0<<16)+(3<<8)+8)
-#define LIBMLT_VERSION     0.3.8
+#define LIBMLT_VERSION_INT ((0<<16)+(3<<8)+9)
+#define LIBMLT_VERSION     0.3.9
 
 #ifdef __cplusplus
 extern "C"
index 1d38ac9..f6524f3 100755 (executable)
@@ -11,7 +11,7 @@ then
        fi
 
        # Entirely optional...
-       lqt-config --prefix > /dev/null 2>&1
+       pkg-config libquicktime 2> /dev/null
        lqt_disabled=$?
 
        pkg-config libdv 2> /dev/null