Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0cd0a1d6f2..bb93b69f89 100644
--- a/Makefile
+++ b/Makefile
@@ -144,7 +144,8 @@ distclean:: clean
version.h libavutil/ffversion.h libavcodec/codec_names.h \
libavcodec/bsf_list.c libavformat/protocol_list.c \
libavcodec/codec_list.c libavcodec/parser_list.c \
- libavformat/muxer_list.c libavformat/demuxer_list.c
+ libavformat/muxer_list.c libavformat/demuxer_list.c \
+ libavdevice/indev_list.c libavdevice/outdev_list.c
ifeq ($(SRC_LINK),src)
$(RM) src
endif