Message ID | 1490737250-21962-1-git-send-email-rsbultje@gmail.com |
---|---|
State | Superseded |
Headers | show |
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 --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 \