[MPlayer-dev-eng] [PATCH] Fix build after changes to libavutil.

Diego Biurrun diego at biurrun.de
Fri Jun 22 15:10:51 CEST 2012


On Thu, Jun 21, 2012 at 10:20:07PM +0200, Nicolas George wrote:
> - strcasecmp requires strings.h;
> 
> --- a/libmpcodecs/ad_libvorbis.c
> +++ b/libmpcodecs/ad_libvorbis.c
> @@ -18,6 +18,7 @@
>  #include <stdlib.h>
> +#include <strings.h>
>  #include <unistd.h>

This file does use strcasecmp.  I did not check in detail, but git-grep
indicates that you missed some files and added a few unnecessary
#includes.

Apart from that the change is OK.

Diego


More information about the MPlayer-dev-eng mailing list