Use renamed sources because otherwise gn gives an error of generating duplicated obj/third_party/ffmpeg/ffmpeg_internal/hevcdec.o

This commit is contained in:
Mikhail Novosyolov 2018-10-31 14:31:58 +03:00
parent 3addbc0c38
commit 03023aabeb

View file

@ -62,7 +62,7 @@ index 8ac532b..a5d2aa0 100644
+
+ # https://github.com/henrypp/chromium/blob/master/hevc_support_new.md
+ "libavcodec/bswapdsp.c",
+ "libavcodec/hevcdec.c",
+ "libavcodec/autorename_libavcodec_hevcdec.c",
+ "libavcodec/hevc_cabac.c",
+ "libavcodec/hevc_data.c",
+ "libavcodec/hevc_filter.c",
@ -75,7 +75,7 @@ index 8ac532b..a5d2aa0 100644
+ "libavcodec/hevcdsp.c",
+ "libavcodec/hevcpred.c",
+ "libavcodec/hevc_mp4toannexb_bsf.c",
+ "libavformat/hevc.c",
+ "libavformat/autorename_libavformat_hevc.c",
+ "libavformat/hevcdec.c",
+ ]
+}