Don't mix tabs and spaces (#414168).
authorLoïc Minier <lool+gnome@via.ecp.fr>
Sat, 3 Mar 2007 13:06:21 +0000 (13:06 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 3 Mar 2007 13:06:21 +0000 (13:06 +0000)
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).

ChangeLog
ext/libcaca/Makefile.am
gst/debug/Makefile.am

index 7939586..01e3902 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
+
+       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).
+
 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
 
        * tests/check/generic/.cvsignore:
index 4155803..9867115 100644 (file)
@@ -7,7 +7,7 @@ libgstcacasink_la_CFLAGS = \
        $(LIBCACA_CFLAGS)
 libgstcacasink_la_LIBADD = \
        $(GST_PLUGINS_BASE_LIBS) \
-       $(GST_BASE_LIBS) \
+       $(GST_BASE_LIBS) \
        $(LIBCACA_LIBS)
 libgstcacasink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
index 3dff152..6eceb03 100644 (file)
@@ -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)