Something was wrong with SSE initialisation in mpeg2dec
authorWim Taymans <wim.taymans@gmail.com>
Mon, 20 Nov 2000 22:05:30 +0000 (22:05 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 20 Nov 2000 22:05:30 +0000 (22:05 +0000)
Original commit message from CVS:
Something was wrong with SSE initialisation in mpeg2dec
Added little performance test (compile with gprof)

gstplay/Makefile.am

index bda182f..6ee8edc 100644 (file)
@@ -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 )