diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-06-16 21:54:38 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-06-16 21:54:38 +0000 |
commit | de659d38cd1d688f8c0d09b2246e41ea38992084 (patch) | |
tree | c3d420eda8ac4eab5efda6ab06af7ffe58dbfa5b /examples/seeking/Makefile.am | |
parent | d04b373ee5514c2d106cd381818ce365ebf7aee7 (diff) | |
download | gst-plugins-bad-de659d38cd1d688f8c0d09b2246e41ea38992084.tar.gz gst-plugins-bad-de659d38cd1d688f8c0d09b2246e41ea38992084.tar.bz2 gst-plugins-bad-de659d38cd1d688f8c0d09b2246e41ea38992084.zip |
Add DV seeking example
Original commit message from CVS:
Add DV seeking example
Diffstat (limited to 'examples/seeking/Makefile.am')
-rw-r--r-- | examples/seeking/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am index ad041480..30003e06 100644 --- a/examples/seeking/Makefile.am +++ b/examples/seeking/Makefile.am @@ -3,5 +3,5 @@ examples = seek spider_seek noinst_PROGRAMS = $(examples) # we have nothing but apps here, we can do this safely -LIBS = $(GST_LIBS) $(GTK_LIBS) +LIBS = $(GST_LIBS) $(GTK_LIBS) -lfreetype CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) |