From 63886c8b3c8a06f7b3815d862ae97175a0175991 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 3 Mar 2007 13:06:21 +0000 Subject: Don't mix tabs and spaces (#414168). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Loïc Minier * ext/libcaca/Makefile.am: * gst/debug/Makefile.am: Don't mix tabs and spaces (#414168). --- gst/debug/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'gst/debug') diff --git a/gst/debug/Makefile.am b/gst/debug/Makefile.am index 3dff1524..6eceb03f 100644 --- a/gst/debug/Makefile.am +++ b/gst/debug/Makefile.am @@ -1,7 +1,7 @@ if GST_HAVE_MMAP - EFENCE_PLUGIN=libgstefence.la +EFENCE_PLUGIN=libgstefence.la else - EFENCE_PLUGIN= +EFENCE_PLUGIN= endif plugin_LTLIBRARIES = $(EFENCE_PLUGIN) libgstdebug.la libgstnavigationtest.la @@ -25,17 +25,17 @@ libgstnavigationtest_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \ libgstnavigationtest_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) \ $(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_MAJORMINOR@ $(LIBM) libgstnavigationtest_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) - + libgstdebug_la_SOURCES = \ gstdebug.c \ - breakmydata.c \ - progressreport.c \ - progressreport.h \ + breakmydata.c \ + progressreport.c \ + progressreport.h \ gstnavseek.c \ gstpushfilesrc.c \ gstpushfilesrc.h \ - tests.c \ - testplugin.c + tests.c \ + testplugin.c # negotiation.c libgstdebug_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) -- cgit