summaryrefslogtreecommitdiffstats
path: root/gst/mpeg1sys
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-12-23 04:38:37 +0000
committerAndy Wingo <wingo@pobox.com>2001-12-23 04:38:37 +0000
commit789be9a726efbdffd802c1b770b76148460e6220 (patch)
treead0c095687cee4a73855716705f92d77ee9686b2 /gst/mpeg1sys
parentd1141be8b635a8dc5f5678ec7c1e7f8acf282289 (diff)
downloadgst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.gz
gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.tar.bz2
gst-plugins-bad-789be9a726efbdffd802c1b770b76148460e6220.zip
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/
Diffstat (limited to 'gst/mpeg1sys')
-rw-r--r--gst/mpeg1sys/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)