Skip to content

Commit

Permalink
update preprocessor condition
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored May 28, 2024
1 parent 17cb0fe commit 11062aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/av/11.0.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ index 95203f3..65a72df 100644
+ int PFX(cpu_fast_neon_mrc_test)(void) { return 0; }
+ #endif // X265_ARCH_ARM
++
++#if defined(LINKED_10BIT)
++#if LINKED_10BIT
++int x265_10bit_cpu_fast_neon_mrc_test(void) { return x265_cpu_fast_neon_mrc_test(); }
++#endif // LINKED_10BIT
++
++#if defined(LINKED_12BIT)
++#if LINKED_12BIT
++int x265_12bit_cpu_fast_neon_mrc_test(void) { return x265_cpu_fast_neon_mrc_test(); }
++#endif // LINKED_12BIT
+ }
Expand Down

0 comments on commit 11062aa

Please sign in to comment.