From 0e176540b5678db0b88d517138d42292290e4895 Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 8 Feb 2008 10:09:33 +0000 Subject: gst/multifile/gstmultifilesrc.c: Need to use gsize here for the size, fixes compiler warning. Original commit message from CVS: * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create): Need to use gsize here for the size, fixes compiler warning. * tests/examples/equalizer/.cvsignore: * tests/examples/equalizer/Makefile.am: * tests/examples/spectrum/.cvsignore: * tests/examples/spectrum/Makefile.am: Add missing files to fix the build. --- tests/examples/equalizer/.gitignore | 1 + tests/examples/equalizer/Makefile.am | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 tests/examples/equalizer/.gitignore create mode 100644 tests/examples/equalizer/Makefile.am (limited to 'tests/examples/equalizer') diff --git a/tests/examples/equalizer/.gitignore b/tests/examples/equalizer/.gitignore new file mode 100644 index 00000000..1549b67c --- /dev/null +++ b/tests/examples/equalizer/.gitignore @@ -0,0 +1 @@ +demo diff --git a/tests/examples/equalizer/Makefile.am b/tests/examples/equalizer/Makefile.am new file mode 100644 index 00000000..54c6dc58 --- /dev/null +++ b/tests/examples/equalizer/Makefile.am @@ -0,0 +1,8 @@ +if HAVE_GTK +noinst_PROGRAMS = demo +endif + +demo_SOURCES = demo.c +demo_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(GTK_CFLAGS) +demo_LDFLAGS = $(GST_BASE_LIBS) $(GST_LIBS) $(GTK_LIBS) + -- cgit