mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
fix silly Makefile.am bug so they link correctly again
Original commit message from CVS: * ext/amrnb/Makefile.am: * gst/realmedia/Makefile.am: fix silly Makefile.am bug so they link correctly again
This commit is contained in:
parent
f562da8aee
commit
df9edcd583
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-12-02 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||
|
||||
* ext/amrnb/Makefile.am:
|
||||
* gst/realmedia/Makefile.am:
|
||||
fix silly Makefile.am bug so they link correctly again
|
||||
|
||||
=== release 0.9.7 ===
|
||||
|
||||
2005-12-01 <thomas (at) apestaart (dot) org>
|
||||
|
|
|
@ -7,7 +7,7 @@ libgstamrnb_la_SOURCES = \
|
|||
amrnbparse.c
|
||||
|
||||
libgstamrnb_la_CFLAGS = $(GST_CFLAGS) $(AMRNB_CFLAGS)
|
||||
libgstamrnb_la_LIBS = $(GST_BASE_LIBS) $(AMRNB_LIBS)
|
||||
libgstamrnb_la_LIBADD = $(GST_BASE_LIBS) $(AMRNB_LIBS)
|
||||
libgstamrnb_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
|
|
|
@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgstrmdemux.la
|
|||
libgstrmdemux_la_SOURCES = rmdemux.c
|
||||
|
||||
libgstrmdemux_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstrmdemux_la_LIBS = $(GST_BASE_LIBS)
|
||||
libgstrmdemux_la_LIBADD = $(GST_BASE_LIBS)
|
||||
libgstrmdemux_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = rmdemux.h
|
||||
|
|
Loading…
Reference in a new issue