mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
swscale/ops: Fix linking with x86 assembly disabled
Reviewed-by: Niklas Haas <ffmpeg@haasn.dev> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ extern const SwsOpBackend backend_x86;
|
||||
|
||||
const SwsOpBackend * const ff_sws_op_backends[] = {
|
||||
&backend_murder,
|
||||
#if ARCH_X86_64
|
||||
#if ARCH_X86_64 && HAVE_X86ASM
|
||||
&backend_x86,
|
||||
#endif
|
||||
&backend_c,
|
||||
|
||||
Reference in New Issue
Block a user