On Fri, 2010-01-15 at 13:35 +0100, David Sveningsson wrote:
> Hi, sorry for crossposting this message, I don't know which list is most 
> suitable.
> 
> I am trying to compile the ffmpeg libraries for use on Windows Mobile 
> 6.1 using minggw32ce that comes with cegcc. I've had some success but 
> the linker always fail with libavcodec and libswscale, even when using 
> minimalistic build-settings (disabling everything). The other dll's 
> works and is even loadable on the phone.

I tried your configure command and get errno problems. Did you get those
too ?

        Danny

pavilion: {2892} make
arm-mingw32ce-gcc -DHAVE_AV_CONFIG_H -I.
-I"/home/danny/src/ffmpeg/ffmpeg" -D_ISOC99_SOURCE
-D_POSIX_C_SOURCE=200112 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-march=armv4 -std=c99 -D_WIN32_WINNT=0x0501 -fno-common -marm -g
-Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization
-Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual
-Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros
-fno-tree-vectorize       -MMD -MF libavdevice/alldevices.d -MT
libavdevice/alldevices.o -c -o libavdevice/alldevices.o
libavdevice/alldevices.c
In file included from ./libavcodec/avcodec.h:29,
                 from ./libavformat/avformat.h:56,
                 from libavdevice/alldevices.c:22:
/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/../../../../arm-mingw32ce/include/errno.h:12:25:
 error: no include path in which to search for errno.h
In file included from ./libavutil/common.h:30,
                 from ./libavutil/avutil.h:66,
                 from ./libavcodec/avcodec.h:30,
                 from ./libavformat/avformat.h:56,
                 from libavdevice/alldevices.c:22:
/opt/mingw32ce/lib/gcc/arm-mingw32ce/4.4.0/../../../../arm-mingw32ce/include/errno.h:12:25:
 error: no include path in which to search for errno.h
In file included from ./libavformat/avformat.h:56,
                 from libavdevice/alldevices.c:22:
./libavcodec/avcodec.h:3769:5: warning: "EINVAL" is not defined
gmake: *** [libavdevice/alldevices.o] Error 1


-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to