The ffmpeg configuration should be: ./configure --prefix=/usr -enable-shared -enable-static -disable-gpl �disable-mmx �enable-mp3lame �cc=gcc-3.4 I forgot to update it in the instruction, sorry for that.
2009/12/24 Ting Peng <[email protected]> > Dear all, > I tried to compile the bluesky software according to instructions of > http://incubator.apache.org/bluesky/files/html/dev_guide.html. > I compiled and install jrtplib and jthread successfully. But when I compile > ffmpeg according to the instructions. > The result of the errors is following. What should I do? > > p...@pt-desktop:~/src/ffmpeg-0.4.9-pre1$ make > make -C libavcodec all > make[1]: Entering directory `/home/pt/src/ffmpeg-0.4.9-pre1/libavcodec' > gcc -O3 -g -Wall -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o common.o common.c > In file included from avcodec.h:14, > from common.c:28: > common.h:67: error: array type has incomplete element type > common.h:71: error: array type has incomplete element type > make[1]: *** [common.o] Error 1 > make[1]: Leaving directory `/home/pt/src/ffmpeg-0.4.9-pre1/libavcodec' > make: *** [lib] Error 2 > > > -- > Best regards! > > Ting Peng ([email protected]) > [CN] +86-137-721-59621 >
