diff mbox series

[FFmpeg-devel,1/4] lavc: install codec_desc.h

Message ID 20200410154201.22678-1-anton@khirnov.net
State Accepted
Commit c3a2615bb84486fe0267a9c102b4113b38cdbafd
Headers show
Series [FFmpeg-devel,1/4] lavc: install codec_desc.h | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Anton Khirnov April 10, 2020, 3:41 p.m. UTC
Forgotten in 672946c7fe6de56ccf5d2271ad1bfeb2290f394f
---
Oops, sorry
---
 libavcodec/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

James Almer April 10, 2020, 3:43 p.m. UTC | #1
On 4/10/2020 12:41 PM, Anton Khirnov wrote:
> Forgotten in 672946c7fe6de56ccf5d2271ad1bfeb2290f394f
> ---
> Oops, sorry
> ---
>  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                                                       \
> 

LGTM.
diff mbox series

Patch

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                                                       \