mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
43f30739b9
Original commit message from CVS: Remove all locally-defined optimization flags
12 lines
268 B
Makefile
12 lines
268 B
Makefile
|
|
plugin_LTLIBRARIES = libgstmpeg2subt.la
|
|
|
|
libgstmpeg2subt_la_SOURCES = gstmpeg2subt.c
|
|
|
|
libgstmpeg2subt_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstmpeg2subt_la_LIBADD =
|
|
libgstmpeg2subt_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmpeg2subt.h
|
|
|
|
EXTRA_DIST = Notes.txt
|