mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
gst/asfdemux/Makefile.am: More asf makefile fixing.
Original commit message from CVS: * gst/asfdemux/Makefile.am: More asf makefile fixing.
This commit is contained in:
parent
92f24f4395
commit
8d08722f55
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-02-16 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/asfdemux/Makefile.am:
|
||||
More asf makefile fixing.
|
||||
|
||||
2006-02-16 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain),
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
plugin_LTLIBRARIES = libgstasf.la
|
||||
|
||||
libgstasf_la_SOURCES = gstasfdemux.c gstasf.c asfheaders.c
|
||||
libgstasf_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstasf_la_LIBADD = $(GST_BASE_LIBS)\
|
||||
libgstasf_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstasf_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(GST_LIBS)\
|
||||
-lgstriff-@GST_MAJORMINOR@
|
||||
libgstasf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue