On Wed, May 11, 2016 at 07:05:22PM -0300, James Almer wrote:
> On 5/11/2016 5:34 PM, Michael Niedermayer wrote:
> > config.h is needed for HAVE_*
> > config.h alone breaks build
> > some of the added includes may be unneccesary
> >
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavutil/cpu
On 5/11/2016 5:34 PM, Michael Niedermayer wrote:
> config.h is needed for HAVE_*
> config.h alone breaks build
> some of the added includes may be unneccesary
>
> Signed-off-by: Michael Niedermayer
> ---
> libavutil/cpu-test.c | 33 -
> 1 file changed, 24 insert
config.h is needed for HAVE_*
config.h alone breaks build
some of the added includes may be unneccesary
Signed-off-by: Michael Niedermayer
---
libavutil/cpu-test.c | 33 -
1 file changed, 24 insertions(+), 9 deletions(-)
diff --git a/libavutil/cpu-test.c b/liba