From: ddennedy Date: Thu, 4 Dec 2008 22:31:49 +0000 (+0000) Subject: README: update instructions to use pkg-config instead of mlt-config X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=b7d27861fa9fc8a02e260a37d93b6fd8634854d0;hp=8403dd0615cfabca5f319599083801a3e1153e70;p=melted 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 --- 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: