Diego Biurrun <di...@biurrun.de> added the comment: On Thu, Jun 04, 2009 at 02:29:27AM +0000, Arundev wrote: > > Compile Process in the Mandriva Terminal > > # Now i am trying to configure the ffmpeg for Windows Mobile, I am using > Mandrina linux to compile ffmpeg > #---------------------------------------------------------------------------------------------------------------------------- > > [r...@localhost ffmpeg]# ./configure --enable-cross-compile > --cross-prefix=/opt/mingw32ce/bin/arm-mingw32ce- --disable-static > --enable-shared --enable-memalign-hack --arch=arm --disable-indevs > --disable-outdevs --target-os=mingw32ce --disable-ffplay --disable-ffmpeg > --disable-parsers --disable-muxers --disable-debug --disable-filters > --disable-network --disable-zlib --disable-ipv6 --disable-devices > --disable-decoders --disable-encoders --enable-encoder=mpeg4 > --enable-decoder=mpeg4 --disable-ffserver --disable-mmx --disable-protocols > --disable-bsfs --disable-demuxers --bindir=/home/arun/Dev > --datadir=/home/arun/Dev --libdir=/home/arun/Dev/lib > --incdir=/home/arun/Dev/inc --mandir=/home/arun/Dev > --shlibdir=/home/arun/Dev/shr >
--disable-mmx on arm? Also, check out --prefix. > #--------------------------------------------------------- > # Now i am trying to make Here i am go into the trouble > #--------------------------------------------------------- > > [r...@localhost ffmpeg]# make > /opt/mingw32ce/bin/arm-mingw32ce-gcc -DHAVE_AV_CONFIG_H -I. > -I"/home/arun/Dev/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-common -fomit-frame-pointer > -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization > -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual > -Wwrite-strings -Wundef -O3 -fno-math-errno -c -o > libavformat/metadata.o libavformat/metadata.c > libavformat/metadata.c: In function 'metadata_conv': > libavformat/metadata.c:110: warning: implicit declaration of function > 'strcasecmp' > /opt/mingw32ce/bin/arm-mingw32ce-gcc -DHAVE_AV_CONFIG_H -I. > -I"/home/arun/Dev/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-common -fomit-frame-pointer > -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization > -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual > -Wwrite-strings -Wundef -O3 -fno-math-errno -c -o > libavformat/metadata_compat.o libavformat/metadata_compat.c > libavformat/metadata_compat.c: In function 'ff_metadata_demux_compat': > libavformat/metadata_compat.c:64: warning: implicit declaration of function > 'strcasecmp' > /opt/mingw32ce/bin/arm-mingw32ce-gcc -DHAVE_AV_CONFIG_H -I. > -I"/home/arun/Dev/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-common -fomit-frame-pointer > -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization > -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual > -Wwrite-strings -Wundef -O3 -fno-math-errno -c -o libavformat/utils.o > libavformat/utils.c > libavformat/utils.c: In function 'match_ext': > libavformat/utils.c:146: warning: implicit declaration of function > 'strcasecmp' > libavformat/utils.c: In function 'match_format': > libavformat/utils.c:167: warning: implicit declaration of function > 'strncasecmp' > libavformat/utils.c: In function 'av_read_frame_internal': > libavformat/utils.c:987: warning: format '%I64d' expects type 'int', but > argument 5 has type 'int64_t' All of these warnings make me think that your compiler/environment is broken. > /opt/mingw32ce/bin/arm-mingw32ce-gcc -DHAVE_AV_CONFIG_H -I. > -I"/home/arun/Dev/ffmpeg" -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -std=c99 > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-common -fomit-frame-pointer > -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization > -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual > -Wwrite-strings -Wundef -O3 -fno-math-errno -c -o > libavcodec/arm/dsputil_arm.o libavcodec/arm/dsputil_arm.c > libavcodec/arm/dsputil_arm.c:23:5: warning: "HAVE_IPP" is not defined > libavcodec/arm/dsputil_arm.c:96:5: warning: "HAVE_IPP" is not defined > libavcodec/arm/dsputil_arm.c:133:7: warning: "HAVE_IPP" is not defined > libavcodec/arm/dsputil_arm.c:170:5: warning: "HAVE_IPP" is not defined Ooops, we are missing a check for IPP in configure. Diego ____________________________________________________ FFmpeg issue tracker <iss...@roundup.ffmpeg.org> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue950> ____________________________________________________