From: ddennedy Date: Thu, 16 Apr 2009 17:24:02 +0000 (+0000) Subject: Use pkg-config instead of lqt-config. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8910c319a1e1d112d779c71b2ede25f834402842;p=mlt Use pkg-config instead of lqt-config. Signed-off-by: Dan Dennedy git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1412 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/configure b/configure index 42262d71..16f105e6 100755 --- 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() diff --git a/src/framework/mlt.h b/src/framework/mlt.h index d54a0f1e..68365402 100644 --- a/src/framework/mlt.h +++ b/src/framework/mlt.h @@ -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" diff --git a/src/modules/kino/configure b/src/modules/kino/configure index 1d38ac9f..f6524f38 100755 --- a/src/modules/kino/configure +++ b/src/modules/kino/configure @@ -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