gstreamer/ext/mpeg2dec/Makefile.am
Thomas Vander Stichele 42fe73f4f7 removing snapshot from the build because we need to fix it adding gconf schema to build and spec
Original commit message from CVS:
removing snapshot from the build because we need to fix it
adding gconf schema to build and spec
2002-05-10 21:56:15 +00:00

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