Mercurial > mplayer.hg
changeset 27253:383b0dc26242
Add two more missing headers to configure checks.
author | diego |
---|---|
date | Tue, 15 Jul 2008 09:07:31 +0000 |
parents | 7b5f08e81373 |
children | 6fa76e47a88e |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jul 15 08:31:43 2008 +0000 +++ b/configure Tue Jul 15 09:07:31 2008 +0000 @@ -5687,6 +5687,7 @@ echocheck "ENCA" if test "$_enca" = auto ; then cat > $TMPC << EOF +#include <sys/types.h> #include <enca.h> int main(void) { const char **langs; @@ -6026,6 +6027,7 @@ if test "$_musepack" = auto ; then _musepack=no cat > $TMPC << EOF +#include <stddef.h> #include <mpcdec/mpcdec.h> int main(void) { mpc_streaminfo info;