mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
2f2b9bf8e0
Original commit message from CVS: Initial revision
11 lines
278 B
Makefile
11 lines
278 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstac3parse.la
|
|
|
|
libgstac3parse_la_SOURCES = gstac3parse.c
|
|
|
|
noinst_HEADERS = gstac3parse.h
|
|
|
|
libac3parse_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
|
|
EXTRA_DIST = README
|