Skip to content

Commit 054330e

Browse files
committed
chore: fix linux arm64 build
1 parent b31d8f1 commit 054330e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/decklink/consumer/v210_strategies.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include "../StdAfx.h"
2323

24-
#ifndef WIN32
24+
#if !defined(WIN32) && (defined(__x86_64__) || defined(__i386__))
2525
// Force this file to compile with avx2, as it has been crafted with intrinsics that require it.
2626
#pragma GCC target("avx2")
2727
#endif

0 commit comments

Comments
 (0)