summaryrefslogtreecommitdiffstats
path: root/Makefile
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 5184664aa9..fd2c48ecef 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,8 @@ SRCS_COMMON-$(LIBASS) += libass/ass.c \
libass/ass_utils.c \
libmpcodecs/vf_ass.c \
-SRCS_COMMON-$(LIBAVCODEC) += libaf/af_lavcresample.c \
+SRCS_COMMON-$(LIBAVCODEC) += av_opts.c \
+ libaf/af_lavcresample.c \
libmpcodecs/ad_ffmpeg.c \
libmpcodecs/vd_ffmpeg.c \
libmpcodecs/vf_lavc.c \