Re: [FFmpeg-devel] [PATCH 2/2] libavcodec: Don't include libavcodec/x86/vvc/Makefile on any architecture

2024-03-09 Thread Sean McGovern
Hi Martin, On Fri, Mar 8, 2024 at 3:38 AM Martin Storsjö wrote: > > This currently builds files in the libavcodec/x86/{vvc,h26x} > subdirectories, which is somewhat unexpected when building for > another architecture than x86. > > The regular arch subdirectories are handled with > > -include

[FFmpeg-devel] [PATCH 2/2] libavcodec: Don't include libavcodec/x86/vvc/Makefile on any architecture

2024-03-08 Thread Martin Storsjö
This currently builds files in the libavcodec/x86/{vvc,h26x} subdirectories, which is somewhat unexpected when building for another architecture than x86. The regular arch subdirectories are handled with -include $(SRC_PATH)/$(1)/$(ARCH)/Makefile in the toplevel Makefile. Switch this to a