fix silly typo

Original commit message from CVS:
fix silly typo
This commit is contained in:
Thomas Vander Stichele 2005-10-16 17:50:44 +00:00
parent e716f44d69
commit 6aff4166fa
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-10-16 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/interfaces/Makefile.am:
fix silly typo
2005-10-16 Andy Wingo <wingo@pobox.com>
* gst/playback/gstdecodebin.c

2
common

@ -1 +1 @@
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14

View file

@ -55,7 +55,7 @@ nodist_libgstinterfaces_@GST_MAJORMINOR@_la_SOURCES = \
libgstinterfaces_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
libgstinterfaces_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LT_LDLFAGS)
libgstinterfaces_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LT_LDFLAGS)
BUILT_SOURCES = \
$(built_sources) \