diff options
author | Loïc Minier <lool+gnome@via.ecp.fr> | 2007-03-03 13:06:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-03-03 13:06:21 +0000 |
commit | 63886c8b3c8a06f7b3815d862ae97175a0175991 (patch) | |
tree | c9d3da12893996de3c9f5d8300b7c86de1438041 /gst/debug | |
parent | f36d948b34e140503fa1e320337f4e324828f94e (diff) |
Don't mix tabs and spaces (#414168).
Original commit message from CVS:
Patch by: Loïc Minier <lool+gnome at via ecp fr>
* ext/libcaca/Makefile.am:
* gst/debug/Makefile.am:
Don't mix tabs and spaces (#414168).
Diffstat (limited to 'gst/debug')
-rw-r--r-- | gst/debug/Makefile.am | 16 |
1 files changed, 8 insertions, 8 deletions
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) |