mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
Original commit message from CVS: * gst/autoplug/Makefile.am: Fix some little buglets in last checkin. * gst/indexers/Makefile.am: * gst/schedulers/Makefile.am: * libs/gst/bytestream/Makefile.am: * libs/gst/control/Makefile.am: * libs/gst/getbits/Makefile.am:
This commit is contained in:
parent
3822895a90
commit
bdb8c10b5c
8 changed files with 17 additions and 12 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-04-20 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/autoplug/Makefile.am: Fix some little buglets in last checkin.
|
||||
* gst/indexers/Makefile.am:
|
||||
* gst/schedulers/Makefile.am:
|
||||
* libs/gst/bytestream/Makefile.am:
|
||||
* libs/gst/control/Makefile.am:
|
||||
* libs/gst/getbits/Makefile.am:
|
||||
|
||||
2004-04-20 David Schleef <ds@schleef.org>
|
||||
|
||||
* common/as-libtool.mak: Fine-tune DLL building.
|
||||
|
|
|
@ -10,7 +10,7 @@ libgstspider_la_SOURCES = \
|
|||
gstsearchfuncs.c
|
||||
libgstspider_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstspider_la_LIBADD =
|
||||
libgstspider_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstspider_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstspider.h gstspideridentity.h gstsearchfuncs.h
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ endif
|
|||
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
||||
libgstindexers_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstindexers_la_LIBADD =
|
||||
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
||||
|
||||
install-data-local: as-libtool-install-data-local
|
||||
|
||||
|
|
|
@ -26,12 +26,6 @@ AS_LIBTOOL_LIBS = \
|
|||
libgstoptscheduler \
|
||||
libgstoptgthreadscheduler
|
||||
|
||||
if AS_LIBTOOL_WIN32
|
||||
as_libtool_LDFLAGS = -no-undefined
|
||||
else
|
||||
as_libtool_LDFLAGS =
|
||||
endif
|
||||
|
||||
if GST_DISABLE_OMEGA_COTHREADS
|
||||
else
|
||||
libgstbasicomegascheduler_la_SOURCES = gstbasicscheduler.c
|
||||
|
@ -95,6 +89,8 @@ as-libtool-uninstall-local:
|
|||
done
|
||||
else
|
||||
|
||||
as_libtool_LDFLAGS =
|
||||
|
||||
as-libtool-install-data-local:
|
||||
as-libtool-uninstall-local:
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ libgstbytestreaminclude_HEADERS = bytestream.h
|
|||
|
||||
libgstbytestream_la_SOURCES = bytestream.c
|
||||
libgstbytestream_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstbytestream_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
||||
|
||||
install-data-local: as-libtool-install-data-local
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ libgstcontrol_@GST_MAJORMINOR@_la_SOURCES = \
|
|||
dplinearinterp.c
|
||||
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_LDFLAGS = @GST_LT_LDFLAGS@ -version-info @GST_LIBVERSION@ $(as_libtool_LDFLAGS)
|
||||
# control uses log and exp, so we need -lm if xml is disabled
|
||||
libgstcontrol_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) -lm
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ libgstgetbits_la_SOURCES = getbits.c gstgetbits_inl.h gstgetbits_generic.c $(GST
|
|||
EXTRA_libgstgetbits_la_SOURCES = gstgetbits_i386.s
|
||||
|
||||
libgstgetbits_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
||||
libgstgetbits_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstgetbits_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
||||
|
||||
# check_PROGRAMS = gbtest
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ endif
|
|||
libgstindexers_la_SOURCES = gstindexers.c gstmemindex.c $(GST_LOADSAVE_SRC)
|
||||
libgstindexers_la_CFLAGS = $(GST_CFLAGS)
|
||||
libgstindexers_la_LIBADD =
|
||||
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
libgstindexers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(as_libtool_LDFLAGS)
|
||||
|
||||
install-data-local: as-libtool-install-data-local
|
||||
|
||||
|
|
Loading…
Reference in a new issue