[clutter-gst] examples: Add navigation test to video-sink



commit 740cf2110bd354cfd15a09489a3847441afc4dc5
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Apr 5 01:14:40 2011 +0100

    examples: Add navigation test to video-sink
    
    http://bugzilla.clutter-project.org/show_bug.cgi?id=2624

 examples/Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 4cd466b..24e937b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -27,6 +27,13 @@ video_sink_navigation_LDFLAGS = \
     $(GST_LIBS)   \
     $(top_builddir)/clutter-gst/libclutter-gst- CLUTTER_GST_MAJORMINOR@.la
 
+video_sink_navigation_SOURCES = video-sink-navigation.c
+video_sink_navigation_CFLAGS = $(CLUTTER_GST_CFLAGS) $(GST_CFLAGS)
+video_sink_navigation_LDFLAGS = \
+    $(CLUTTER_GST_LIBS) \
+    $(GST_LIBS)   \
+    $(top_builddir)/clutter-gst/libclutter-gst- CLUTTER_GST_MAJORMINOR@.la 
+
 EXTRA_DIST = media-actions-pause.png  \
              media-actions-start.png  \
              vid-panel.png            \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]