2004-04-20 22:22:01 +00:00
|
|
|
plugin_LTLIBRARIES = libgstgetbits.la
|
2001-12-23 17:12:25 +00:00
|
|
|
|
|
|
|
if HAVE_CPU_I386
|
|
|
|
GSTARCH_SRCS = gstgetbits_i386.s
|
|
|
|
else
|
|
|
|
GSTARCH_SRCS =
|
|
|
|
endif
|
|
|
|
|
2002-12-08 14:39:38 +00:00
|
|
|
libgstgetbitsincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/getbits
|
2001-12-23 17:12:25 +00:00
|
|
|
libgstgetbitsinclude_HEADERS = getbits.h
|
2002-12-08 14:39:38 +00:00
|
|
|
noinst_HEADERS = gstgetbits_inl.h
|
2001-12-23 17:12:25 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstgetbits_la_SOURCES = getbits.c gstgetbits_inl.h gstgetbits_generic.c $(GSTARCH_SRCS)
|
|
|
|
EXTRA_libgstgetbits_la_SOURCES = gstgetbits_i386.s
|
2002-01-30 23:49:06 +00:00
|
|
|
|
2004-05-04 12:38:36 +00:00
|
|
|
libgstgetbits_la_CFLAGS = $(GST_OBJ_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
2005-04-23 23:25:08 +00:00
|
|
|
libgstgetbits_la_LDFLAGS = $(GST_OBJ_LIBS) $(GST_PLUGIN_LDFLAGS)
|
2002-01-12 00:47:40 +00:00
|
|
|
|
2001-12-23 17:12:25 +00:00
|
|
|
# check_PROGRAMS = gbtest
|
2004-04-20 22:22:01 +00:00
|
|
|
|