mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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).
This commit is contained in:
parent
f36d948b34
commit
63886c8b3c
3 changed files with 17 additions and 9 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue