diff mbox

[FFmpeg-devel,v3,22/25] avutil: added channel_layout_isoiec23001_8.h to HEADERS

Message ID 1474291548-17810-23-git-send-email-erkki.seppala.ext@nokia.com
State Changes Requested
Headers show

Commit Message

erkki.seppala.ext@nokia.com Sept. 19, 2016, 1:25 p.m. UTC
---
 libavutil/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Niedermayer Dec. 17, 2016, 6:30 p.m. UTC | #1
On Mon, Sep 19, 2016 at 04:25:45PM +0300, Erkki Seppälä wrote:
> ---
>  libavutil/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavutil/Makefile b/libavutil/Makefile
> index 1e06176..731b852 100644
> --- a/libavutil/Makefile
> +++ b/libavutil/Makefile
> @@ -18,6 +18,7 @@ HEADERS = adler32.h                                                     \
>            cast5.h                                                       \
>            camellia.h                                                    \
>            channel_layout.h                                              \
> +          channel_layout_isoiec23001_8.h                                \
>            common.h                                                      \
>            cpu.h                                                         \
>            crc.h                                                         \

there should be an explanation in the commit message why the header
is made public

[...]
diff mbox

Patch

diff --git a/libavutil/Makefile b/libavutil/Makefile
index 1e06176..731b852 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -18,6 +18,7 @@  HEADERS = adler32.h                                                     \
           cast5.h                                                       \
           camellia.h                                                    \
           channel_layout.h                                              \
+          channel_layout_isoiec23001_8.h                                \
           common.h                                                      \
           cpu.h                                                         \
           crc.h                                                         \