mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
0d9315223a
Original commit message from CVS: Added a colorspace library and removed yuv2rgb conversion from the videosink. The aviencoder should now more or less work.
12 lines
371 B
Makefile
12 lines
371 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = gstriffparse.c gstriffencode.c gstriffutil.c
|
|
|
|
noinst_HEADERS = gstriff.h
|
|
|
|
CFLAGS += -Wall -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_srcdir)/gst/libgst.la
|