From 587051a384ec7ef46b013816a48a54182fe8f772 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 20 Nov 2000 22:05:30 +0000 Subject: [PATCH] Something was wrong with SSE initialisation in mpeg2dec Original commit message from CVS: Something was wrong with SSE initialisation in mpeg2dec Added little performance test (compile with gprof) --- gstplay/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gstplay/Makefile.am b/gstplay/Makefile.am index bda182f4db..6ee8edcad7 100644 --- a/gstplay/Makefile.am +++ b/gstplay/Makefile.am @@ -22,6 +22,7 @@ gstmediaplay_SOURCES = \ CFLAGS += -O2 -Wall -DDATADIR=\""$(gladedir)/"\" +#CFLAGS += -pg -O2 -Wall -DDATADIR=\""$(gladedir)/"\" gstmediaplay_CFLAGS = $(shell gnome-config --cflags gnomeui) $(shell libglade-config --cflags gnome) \ $(shell gstreamer-config --cflags )