mirror of https://github.com/FFmpeg/FFmpeg.git
In some builds, the following object files could be left behind after make clean: ./libavfilter/metal/utils.o ./libavfilter/metal/vf_yadif_videotoolbox.metallib.o ./libavcodec/x86/h26x/h2656dsp.o ./libavcodec/neon/mpegvideo.o ./ffbuild/bin2c_host.o Fixes: http://trac.ffmpeg.org/ticket/10895 Signed-off-by: Martin Storsjö <martin@martin.st>release/7.0
parent
e0e30e07a1
commit
cd420c2949
4 changed files with 6 additions and 2 deletions
@ -1 +1,4 @@ |
||||
clean:: |
||||
$(RM) $(CLEANSUFFIXES:%=libavcodec/neon/%)
|
||||
|
||||
OBJS-$(CONFIG_MPEGVIDEO) += neon/mpegvideo.o
|
||||
|
Loading…
Reference in new issue