mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
Thomas is slowly getting a clue
Original commit message from CVS: Thomas is slowly getting a clue
This commit is contained in:
parent
fc62c8d1a6
commit
b3b597a1e4
4 changed files with 4 additions and 4 deletions
|
@ -8,4 +8,4 @@ libgstaudioincludedir = $(includedir)/gst/libs/gstaudio
|
||||||
libgstaudioinclude_HEADERS = gstaudio.h
|
libgstaudioinclude_HEADERS = gstaudio.h
|
||||||
|
|
||||||
# FIXME is this needed?
|
# FIXME is this needed?
|
||||||
libgstaudio_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS)
|
libgstaudio_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
|
@ -18,4 +18,4 @@ libgstcontrolinclude_HEADERS = \
|
||||||
gstdplinearinterp.h
|
gstdplinearinterp.h
|
||||||
|
|
||||||
libgstcontrol_la_LIBADD = -lm
|
libgstcontrol_la_LIBADD = -lm
|
||||||
libgstcontrol_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS)
|
libgstcontrol_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
|
@ -21,4 +21,4 @@ check_PROGRAMS = gbtest
|
||||||
gbtest_SOURCES = gbtest.c
|
gbtest_SOURCES = gbtest.c
|
||||||
gbtest_LDADD = libgstgetbits.la $(GST_LIBS)
|
gbtest_LDADD = libgstgetbits.la $(GST_LIBS)
|
||||||
|
|
||||||
libgstgetbits_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS)
|
libgstgetbits_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|
||||||
|
|
|
@ -25,5 +25,5 @@ ARCHCFLAGS =
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libresample_la_CFLAGS = -O2 -ffast-math $(ARCHCFLAGS)
|
libresample_la_CFLAGS = -O2 -ffast-math $(ARCHCFLAGS) $(GST_CFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue