mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-19 13:55:41 +00:00
12 lines
278 B
Makefile
12 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
|