2001-12-23 17:12:25 +00:00
|
|
|
librarydir = $(libdir)/gst
|
|
|
|
|
|
|
|
library_LTLIBRARIES = libgstgetbits.la
|
|
|
|
|
|
|
|
if HAVE_CPU_I386
|
|
|
|
GSTARCH_SRCS = gstgetbits_i386.s
|
|
|
|
else
|
|
|
|
GSTARCH_SRCS =
|
|
|
|
endif
|
|
|
|
|
|
|
|
libgstgetbitsincludedir = $(includedir)/gst/getbits
|
|
|
|
libgstgetbitsinclude_HEADERS = getbits.h
|
|
|
|
|
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
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
libgstgetbits_la_CFLAGS = $(GST_CFLAGS) -funroll-all-loops -finline-functions -ffast-math
|
2002-01-30 23:49:06 +00:00
|
|
|
libgstgetbits_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
2002-01-12 00:47:40 +00:00
|
|
|
|
2001-12-23 17:12:25 +00:00
|
|
|
noinst_HEADERS = getbits.h gstgetbits_inl.h
|
|
|
|
|
|
|
|
# check_PROGRAMS = gbtest
|