]> git.sesse.net Git - mlt/commitdiff
Make this example use the mlt++ pkg-config.
authorDan Dennedy <dan@dennedy.org>
Tue, 18 Jan 2011 03:18:26 +0000 (19:18 -0800)
committerDan Dennedy <dan@dennedy.org>
Mon, 24 Jan 2011 01:39:43 +0000 (17:39 -0800)
This more accurately demonstrates how to build a C++ app against mlt++.

src/examples/Makefile

index 6b0e9f422cbf5152fd26b554feb8645a0210f606..08b27a13549414d5be8335fff78a237ae0eea9e2 100644 (file)
@@ -1,5 +1,5 @@
-CXXFLAGS += -Wall -g `pkg-config mlt-framework --cflags` -I ../mlt++
-LDFLAGS += -L../mlt++ -lmlt++ `pkg-config mlt-framework --libs`
+CXXFLAGS += -Wall -g `pkg-config mlt++ --cflags` 
+LDFLAGS += `pkg-config mlt++ --libs`
 CC=c++
 
 all:           play