diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-02-10 11:53:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-14 15:56:27 +0700 |
commit | a1a26df030b169fcfb0869327e6436ce655657ef (patch) | |
tree | 6653a02dcc966e216d35f646f0a6e63caf9565e4 /multimedia/plex-home-theater/disable_via_ace.patch | |
parent | 7bc31da541337996824d765e3747ee18fe9cb937 (diff) | |
download | slackbuilds-a1a26df030b169fcfb0869327e6436ce655657ef.tar.gz |
multimedia/plex-home-theater: Updated for version 1.3.6.441.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/plex-home-theater/disable_via_ace.patch')
-rw-r--r-- | multimedia/plex-home-theater/disable_via_ace.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/plex-home-theater/disable_via_ace.patch b/multimedia/plex-home-theater/disable_via_ace.patch new file mode 100644 index 0000000000..73b3eb4413 --- /dev/null +++ b/multimedia/plex-home-theater/disable_via_ace.patch @@ -0,0 +1,15 @@ +--- plex/Third-Party/aes/aesopt.h.org 2015-02-03 21:32:46.000000000 +0100 ++++ plex/Third-Party/aes/aesopt.h 2015-02-09 11:00:02.966550150 +0100 +@@ -163,11 +163,7 @@ +
+ /* 2. Intel AES AND VIA ACE SUPPORT */
+
+-#if defined( __GNUC__ ) && defined( __i386__ ) \
+- || defined(_WIN32) && defined(_M_IX86) \
+- && !(defined(_WIN64) || defined(_WIN32_WCE) || defined(_MSC_VER) && (_MSC_VER <= 800))
+-# define VIA_ACE_POSSIBLE
+-#endif
++# undef VIA_ACE_POSSIBLE
+
+ /* Define this option if support for the Intel AESNI is required (not
+ currently available with GCC). If AESNI is known to be present, then
|