X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=mlt%2B%2B%2FREADME;fp=mlt%2B%2B%2FREADME;h=54c63777201e02f7066f98df7296b88055108001;hb=b7d27861fa9fc8a02e260a37d93b6fd8634854d0;hp=24b4d85c687523688227b367feef0cf977f6ec16;hpb=8403dd0615cfabca5f319599083801a3e1153e70;p=melted 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: