Topic - Mplayer Cross Compile
Forum Navigation: Forums List | Poll List | Reply to this topic | Topic List
- Topic Starter arun_akula - Posted on Monday, June 1 2009 09:57:20 AM
- Mplayer Cross Compile for arm-linux
- arun_akula - Posted on Monday, June 1 2009 10:03:19 AM
-
I started a project "cross compile mplayer to arm-linux" shows error
../libavutil/internal.h:280: warning: static declaration of 'llrint' follows non-static declaration
../libavutil/internal.h:287: warning: static declaration of 'lrint' follows non-static declaration
../libavutil/internal.h:294: warning: static declaration of 'lrintf' follows non-static declaration
../libavutil/internal.h:301: warning: static declaration of 'round' follows non-static declaration
../libavutil/internal.h:308: warning: static declaration of 'roundf' follows non-static declaration
../libavutil/internal.h:315: warning: static declaration of 'truncf' follows non-static declaration
as -DHAVE_AV_CONFIG_H -I.. -I.. -Wundef -Wdisabled-optimization -Wdeclaration-after-statement -std=gnu99 -I/home/user_arun/linux-crater_1-0-3/host/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I. -D_REENTRANT -c -o arm/dsputil_arm_s.o arm/dsputil_arm_s.S
as: unrecognized option `-HAVE_AV_CONFIG_H'
make[2]: *** [arm/dsputil_arm_s.o] Error 1
make[2]: Leaving directory `/home/user_arun/linux-crater_1-0-3/build/mplayer-checkout-2009-05-28/libavcodec'
make[1]: *** [libavcodec/libavcodec.a] Error 2
make[1]: Leaving directory `/home/user_arun/linux-crater_1-0-3/build/mplayer-checkout-2009-05-28'
make: *** [/home/user_arun/linux-crater_1-0-3/build/mplayer-checkout-2009-05-28/mplayer] Error 2
Please can anyone put the suggestions..