2000-03-19 00:59:05 +00:00
|
|
|
filterdir = $(libdir)/gst
|
|
|
|
|
|
|
|
filter_LTLIBRARIES = libgstriff.la
|
|
|
|
|
2000-04-02 21:36:54 +00:00
|
|
|
libgstriff_la_SOURCES = gstriffparse.c gstriffencode.c gstriffutil.c
|
2000-03-19 00:59:05 +00:00
|
|
|
|
2000-08-18 20:35:48 +00:00
|
|
|
libgstriffincludedir = $(includedir)/gst/libs/gstriff
|
|
|
|
libgstriffinclude_HEADERS = gstriff.h
|
2000-03-19 00:59:05 +00:00
|
|
|
|
2000-03-22 21:18:15 +00:00
|
|
|
CFLAGS += -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
2000-03-19 00:59:05 +00:00
|
|
|
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|