mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
aa1da33e46
Original commit message from CVS: I the generc getbits implementation
15 lines
514 B
Makefile
15 lines
514 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstgetbits.la
|
|
|
|
libgstgetbits_la_SOURCES = gstgetbits.c gstgetbits_inl.h
|
|
|
|
libgstgetbitsincludedir = $(includedir)/gst/libs/gstgetbits.h
|
|
libgstgetbitsinclude_HEADERS = gstgetbits.h
|
|
|
|
noinst_HEADERS = gstgetbits.h gstgetbits_inl.h
|
|
|
|
CFLAGS += -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|