gstreamer/gst/mpeg1sys/Makefile.am
Andy Wingo ad6ed7da2d Initial revision
Original commit message from CVS:
Initial revision
2001-12-22 23:26:33 +00:00

13 lines
357 B
Makefile

filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgstmpeg1systemencode.la
libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \
buffer.c \
systems.c
noinst_HEADERS = gstmpeg1systemencode.h \
main.h \
buffer.h
libsystem_encode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS)