Skip to content

Commit 8b18e69

Browse files
committed
CPU: fix building on non-x86
1 parent 9ae968f commit 8b18e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/cpu/cpu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ inline static void ffCPUDetectByCpuid(FFCPUResult* cpu)
9999

100100
inline static void ffCPUDetectByCpuid(FFCPUResult* cpu)
101101
{
102-
return "Unsupported platform";
102+
// Unsupported platform
103103
}
104104

105105
#endif

0 commit comments

Comments
 (0)