mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
Original commit message from CVS: * gst/wavparse/Makefile.am: Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
This commit is contained in:
parent
b26667c5b2
commit
8387f9409a
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-10-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/wavparse/Makefile.am:
|
||||
Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
|
||||
|
||||
2006-10-09 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* sys/v4l2/gstv4l2xoverlay.c:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 83b08805d0c109b6dbdcfca0a8b9659b1c556480
|
||||
Subproject commit efcacf2625da231fbee99b68e0f5db6816cf6fad
|
|
@ -9,7 +9,7 @@ libgstwavparse_la_CFLAGS = \
|
|||
libgstwavparse_la_LIBADD = \
|
||||
-lgstriff-@GST_MAJORMINOR@ \
|
||||
$(GST_PLUGINS_BASE_LIBS) \
|
||||
$(GST_BASE_CFLAGS)
|
||||
$(GST_BASE_LIBS)
|
||||
libgstwavparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstwavparse.h
|
||||
|
|
Loading…
Reference in a new issue