Changeset c31d2326 in ffmpeg

Timestamp:
Mar 10, 2024, 9:46:48 PM (9 months ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
3d1860ec
Parents:
cd420c29
git-author:
Martin Storsjö <martin@martin.st> (03/08/24 08:05:32)
git-committer:
Martin Storsjö <martin@martin.st> (03/10/24 21:46:48)
Message:

libavcodec: Don't include libavcodec/x86/vvc/Makefile on any architecture

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 similar optional
inclusion, using $(ARCH).

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.