diff mbox

[FFmpeg-devel] Add vda_vt_internal.h to SKIPHEADERS.

Message ID 1490737250-21962-1-git-send-email-rsbultje@gmail.com
State Superseded
Headers show

Commit Message

Ronald S. Bultje March 28, 2017, 9:40 p.m. UTC
This fixes make checkheaders.
---
 libavcodec/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Clément Bœsch March 28, 2017, 9:43 p.m. UTC | #1
On Tue, Mar 28, 2017 at 05:40:50PM -0400, Ronald S. Bultje wrote:
> This fixes make checkheaders.
> ---
>  libavcodec/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/Makefile b/libavcodec/Makefile
> index 876a69e..023fd15 100644
> --- a/libavcodec/Makefile
> +++ b/libavcodec/Makefile
> @@ -1001,6 +1001,7 @@ SKIPHEADERS                            += %_tablegen.h                  \
>                                            fft-internal.h                \
>                                            tableprint.h                  \
>                                            tableprint_vlc.h              \
> +                                          vda_vt_internal.h             \
>                                            aaccoder_twoloop.h            \
>                                            aaccoder_trellis.h            \
>                                            aacenc_quantization.h         \

see the config conditionnal below in that file
diff mbox

Patch

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 876a69e..023fd15 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1001,6 +1001,7 @@  SKIPHEADERS                            += %_tablegen.h                  \
                                           fft-internal.h                \
                                           tableprint.h                  \
                                           tableprint_vlc.h              \
+                                          vda_vt_internal.h             \
                                           aaccoder_twoloop.h            \
                                           aaccoder_trellis.h            \
                                           aacenc_quantization.h         \