0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Add two more missing headers to configure checks.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27285 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-15 09:07:31 +00:00
parent 0c107a325e
commit ff641a6429

2
configure vendored
View File

@ -5687,6 +5687,7 @@ echores "$_fribidi"
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 @@ echocheck "libmpcdec (musepack, version >= 1.2.1 required)"
if test "$_musepack" = auto ; then
_musepack=no
cat > $TMPC << EOF
#include <stddef.h>
#include <mpcdec/mpcdec.h>
int main(void) {
mpc_streaminfo info;