Error while compiling mplayer on cygwin
Rafael Mattos <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
I'm having problems while compiling svn 24787 (although I hadn't compiled mplayer for quite a while, so maybe the version is not the point). Configure script: ./configure --enable-static --disable-mencoder --disable-tv --codecsdir=/usr/local/codecs --with-extraincdir=../live --confdir=./mplayer And make dies right here: cc -I../libswscale -I../libavcodec -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D _LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -I../libavutil -Wdisabled-optimizat ion -Wdeclaration-after-statement -I. -I.. -I../libavutil -Wall -Wno-switch -Wpo inter-arith -Wredundant-decls -O4 -march=prescott -mtune=prescott -pipe -ffast-m ath -fomit-frame-pointer -D__CYGWIN__ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -DSYS_CYGWIN -DHAVE_CONFIG_H -I../live -I/usr/include/fre etype2 -c -o huffman.o huffman.c huffman.c: In function `get_tree_codes': huffman.c:65: error: prior parameter's size depends on 'nb_codes' make[1]: *** [huffman.o] Error 1 make[1]: Leaving directory `/home/Rafael/mplayer-build/mplayer/libavcodec' make: *** [libavcodec/libavcodec.a] Error 2 Any thoughts?