mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
42fe73f4f7
Original commit message from CVS: removing snapshot from the build because we need to fix it adding gconf schema to build and spec
16 lines
433 B
Makefile
16 lines
433 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgstmpeg2dec.la
|
|
|
|
##if HAVE_CPU_I386
|
|
##ARCHFLAGS = -mcpu=i486
|
|
##else
|
|
ARCHFLAGS =
|
|
##endif
|
|
|
|
libgstmpeg2dec_la_SOURCES = gstmpeg2dec.c
|
|
libgstmpeg2dec_la_CFLAGS = $(GST_CFLAGS) $(MPEG2DEC_CFLAGS) $(ARCHFLAGS) $(FOMIT_FRAME_POINTER) -ffast-math
|
|
libgstmpeg2dec_la_LIBADD = $(MPEG2DEC_LIBS)
|
|
libgstmpeg2dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MPEG2DEC_LIBS)
|
|
|
|
noinst_HEADERS = gstmpeg2dec.h
|