From b7d27861fa9fc8a02e260a37d93b6fd8634854d0 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Thu, 4 Dec 2008 22:31:49 +0000 Subject: [PATCH] README: update instructions to use pkg-config instead of mlt-config git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1255 d19143bc-622f-0410-bfdd-b5b2a6649095 --- mlt++/README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mlt++/README b/mlt++/README index 24b4d85..54c6377 100644 --- a/mlt++/README +++ b/mlt++/README @@ -15,8 +15,8 @@ USAGE Use the following definitions in a Makefile to compile and link with mlt++: - CXXFLAGS=`mlt-config -Wall` - LDFLAGS=-lmlt++ + CXXFLAGS=`pkg-config --cflags mlt-framework` -Wall + LDFLAGS=-lmlt++ `pkg-config --libs mlt-framework` Include files for the classes can either be explicitly included, ie: -- 1.7.4.4