Skip to content

Commit

Permalink
AviSynth/meson.build: remove lwsimd from source list
Browse files Browse the repository at this point in the history
It doesn't even seem to be getting used by any of the AviSynth
source files, at least on ARM, but if it is on x86(-64) then
it should be special-cased for that architecture.

Fixes a build error.
  • Loading branch information
qyot27 authored and Asd-g committed Feb 8, 2025
1 parent e6bc5dc commit 67c744f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AviSynth/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ sources = [
'../common/lwlibav_video.c',
'../common/lwlibav_video.h',
'../common/lwlibav_video_internal.h',
'../common/lwsimd.c',
'../common/lwsimd.h',
'../common/osdep.c',
'../common/osdep.h',
'../common/progress.h',
Expand Down

0 comments on commit 67c744f

Please sign in to comment.