mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
let me know if you cared lots about a 486
Original commit message from CVS: let me know if you cared lots about a 486
This commit is contained in:
parent
ee40ec1e0a
commit
0b59450f59
1 changed files with 2 additions and 8 deletions
|
@ -2,15 +2,9 @@ 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_CFLAGS = $(GST_CFLAGS) $(MPEG2DEC_CFLAGS) $(FOMIT_FRAME_POINTER) -ffast-math
|
||||
libgstmpeg2dec_la_LIBADD = $(MPEG2DEC_LIBS)
|
||||
libgstmpeg2dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(MPEG2DEC_LIBS)
|
||||
libgstmpeg2dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = gstmpeg2dec.h
|
||||
|
|
Loading…
Reference in a new issue