From c3a2615bb84486fe0267a9c102b4113b38cdbafd Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 10 Apr 2020 17:06:15 +0200 Subject: [PATCH] lavc: install codec_desc.h Forgotten in 672946c7fe6de56ccf5d2271ad1bfeb2290f394f --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index d9b04964ca..1970ff027f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -6,6 +6,7 @@ HEADERS = ac3_parser.h \ avcodec.h \ avdct.h \ avfft.h \ + codec_desc.h \ codec_id.h \ d3d11va.h \ dirac.h \