mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
fix silly typo
Original commit message from CVS: fix silly typo
This commit is contained in:
parent
e716f44d69
commit
6aff4166fa
3 changed files with 7 additions and 2 deletions
|
@ -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
2
common
|
@ -1 +1 @@
|
|||
Subproject commit e3944a4eec91af24489896ba3674a16af37326ea
|
||||
Subproject commit 3a9d355b657cf710011aa1eaadd64f6723527e14
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue