From 789be9a726efbdffd802c1b770b76148460e6220 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 23 Dec 2001 04:38:37 +0000 Subject: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/ --- gst/mpeg1sys/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mpeg1sys/Makefile.am') diff --git a/gst/mpeg1sys/Makefile.am b/gst/mpeg1sys/Makefile.am index 5e28e2be..44c49467 100644 --- a/gst/mpeg1sys/Makefile.am +++ b/gst/mpeg1sys/Makefile.am @@ -5,9 +5,9 @@ filter_LTLIBRARIES = libgstmpeg1systemencode.la libgstmpeg1systemencode_la_SOURCES = gstmpeg1systemencode.c \ buffer.c \ systems.c +libgstmpeg1systemencode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS) noinst_HEADERS = gstmpeg1systemencode.h \ main.h \ buffer.h -libsystem_encode_la_CFLAGS = -O2 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS) -- cgit v1.2.1