[FFmpeg-devel] [PATCH 1/2] avutil/float_dsp-test: Add include config.h for HAVE_*

James Almer jamrial at gmail.com
Thu May 12 00:03:23 CEST 2016


On 5/11/2016 5:34 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavutil/float_dsp-test.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/libavutil/float_dsp-test.c b/libavutil/float_dsp-test.c
> index 2603ee5..9963efb 100644
> --- a/libavutil/float_dsp-test.c
> +++ b/libavutil/float_dsp-test.c
> @@ -16,6 +16,8 @@
>   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
>   */
>  
> +#include "config.h"
> +
>  #include <float.h>
>  #include <math.h>
>  #include <stdint.h>
> 

LGTM


More information about the ffmpeg-devel mailing list