diff options
author | James Almer <jamrial@gmail.com> | 2024-02-01 15:57:37 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-02-01 16:02:50 -0300 |
commit | 6b6eb7d74eb4a0d662cd450688db74619c15fb28 (patch) | |
tree | b1f76a783995cac2b55ff262db93ae122904f598 /libavcodec/x86/vvc/Makefile | |
parent | f6b7b473d456a6aa1c063c4261b17277e2c70ac0 (diff) | |
download | ffmpeg-6b6eb7d74eb4a0d662cd450688db74619c15fb28.tar.gz |
x86/Makefile: fix hevc and vvc dependency of h2656dsp.o
And remove tabs while at it.
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/vvc/Makefile')
-rw-r--r-- | libavcodec/x86/vvc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/x86/vvc/Makefile b/libavcodec/x86/vvc/Makefile index 29765a6c48..82f281d1c7 100644 --- a/libavcodec/x86/vvc/Makefile +++ b/libavcodec/x86/vvc/Makefile @@ -1,7 +1,7 @@ clean:: $(RM) $(CLEANSUFFIXES:%=libavcodec/x86/vvc/%) -OBJS-$(CONFIG_VVC_DECODER) += x86/vvc/vvcdsp_init.o +OBJS-$(CONFIG_VVC_DECODER) += x86/vvc/vvcdsp_init.o \ + x86/h26x/h2656dsp.o X86ASM-OBJS-$(CONFIG_VVC_DECODER) += x86/vvc/vvc_mc.o \ - x86/h26x/h2656dsp.o \ - x86/h26x/h2656_inter.o + x86/h26x/h2656_inter.o |