[MPlayer-dev-eng] [PATCH] unbreak libmpcodecs/ve_x264.c
Diego Biurrun
diego at biurrun.de
Sat Dec 18 17:41:07 CET 2004
Björn Sandell writes:
>
> SSIA
>
> --- libmpcodecs/ve_x264.c 27 Aug 2004 20:43:05 -0000 1.1
> +++ libmpcodecs/ve_x264.c 31 Aug 2004 07:23:27 -0000
> @@ -29,7 +29,9 @@
> #include <stdlib.h>
> #include <string.h>
> #include <errno.h>
> +#ifdef HAVE_STDINT_H
> #include <stdint.h>
> +#endif
ve_x264.c no longer includes stdint.h, so this patch is irrelevant,
dropping from the patch tracker.
Diego
More information about the MPlayer-dev-eng
mailing list