diff options
author | wsnipex <wsnipex@a1.net> | 2016-09-01 09:33:47 +0200 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2016-09-01 12:13:23 +0200 |
commit | 906b6a88edaae3c3068c882e273580f8390ee522 (patch) | |
tree | e95b9f889acb6e9fe97c8d2a30d9c643b15327d2 /Makefile.in | |
parent | 567530dc4b0716965218c336dde8c074f5b798b4 (diff) |
[configure] adjust to new SSE detection in cmake
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index c23cbeda44..58b3a17e0a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -272,7 +272,7 @@ CHECK_LIBS = xbmc/addons/test/addonsTest.a \ xbmc/cores/AudioEngine/Sinks/test/AESinkTest.a \ xbmc/test/xbmc-test.a -ifeq (@USE_SSE4@,1) +ifeq (@HAVE_SSE4@,1) LIBSSE4+=sse4 sse4 : force $(MAKE) -C xbmc/linux/sse4 |