README: update instructions to use pkg-config instead of mlt-config
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 4 Dec 2008 22:31:49 +0000 (22:31 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Thu, 4 Dec 2008 22:31:49 +0000 (22:31 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt++@1255 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt++/README

index 24b4d85..54c6377 100644 (file)
@@ -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: