Merge ../mlt
[melted] / mlt++ / README
index b0c44c6..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:
 
@@ -76,11 +76,21 @@ CLASS HIERARCHY
                        Frame
                        Service
                                Consumer
+                               Field
                                Filter
+                               Multitrack
                                Producer
                                        Playlist
+                               Tractor
                                Transition
 
+       An additional set of classes allow apps to behave as, and communicate with,
+       client/server components - these components provide MLT with unique 
+       possibilties for process to process or system to system communications.
+       
+               Miracle
+               Response
+
 SPECIAL CASES
 -------------