mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
789be9a726
Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
13 lines
364 B
Makefile
13 lines
364 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstmpeg1systemencode.la
|
|
|
|
libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
|
|
buffer.c \
|
|
systems.c
|
|
libgstmpeg1systemencode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstmpeg1systemencode.h \
|
|
main.h \
|
|
buffer.h
|
|
|