mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
cd420c2949
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>
5 lines
107 B
Makefile
5 lines
107 B
Makefile
clean::
|
|
$(RM) $(CLEANSUFFIXES:%=libavcodec/neon/%)
|
|
|
|
OBJS-$(CONFIG_MPEGVIDEO) += neon/mpegvideo.o
|