aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/Makefile.am5
-rw-r--r--version.h2
2 files changed, 3 insertions, 4 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index d560fab..69d604b 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -48,10 +48,9 @@ endif
if ENABLE_SSE
noinst_LIBRARIES=libsse.a
fmplayer_LDADD+=libsse.a
-libsse_a_SOURCES=../libopna/opnassg-sinc-sse2.c \
- ../fmdsp/fmdsp-vramlookup-ssse3.c
+libsse_a_SOURCES=../libopna/opnassg-sinc-sse2.c
libsse_a_CPPFLAGS=$(fmplayer_CPPFLAGS)
-libsse_a_CFLAGS=-mssse3
+libsse_a_CFLAGS=-msse2
endif
fmplayer_SOURCES=main.c \
diff --git a/version.h b/version.h
index 554fd5b..2421d86 100644
--- a/version.h
+++ b/version.h
@@ -3,7 +3,7 @@
#define FMPLAYER_VERSION_0 "0"
#define FMPLAYER_VERSION_1 "1"
-#define FMPLAYER_VERSION_2 "10"
+#define FMPLAYER_VERSION_2 "11"
#define FMPLAYER_VERSION_STR FMPLAYER_VERSION_0 "." FMPLAYER_VERSION_1 "." FMPLAYER_VERSION_2