gstreamer/gst/mpeg1sys/Makefile.am
Wrobell ffd06121fa - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:19 +00:00

14 lines
469 B
Makefile

plugindir = $(libdir)/gst
plugin_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)
libgstmpeg1systemencode_la_LIBADD = $(GST_LIBS)
libgstmpeg1systemencode_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
noinst_HEADERS = gstmpeg1systemencode.h \
main.h \
buffer.h