mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
0b59450f59
Original commit message from CVS: let me know if you cared lots about a 486
10 lines
330 B
Makefile
10 lines
330 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmpeg2dec.la
|
|
|
|
libgstmpeg2dec_la_SOURCES = gstmpeg2dec.c
|
|
libgstmpeg2dec_la_CFLAGS = $(GST_CFLAGS) $(MPEG2DEC_CFLAGS) $(FOMIT_FRAME_POINTER) -ffast-math
|
|
libgstmpeg2dec_la_LIBADD = $(MPEG2DEC_LIBS)
|
|
libgstmpeg2dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gstmpeg2dec.h
|