[FFmpeg-devel] Update on lbos
Lucabe72
lucabe72
Thu Feb 7 09:34:50 CET 2008
Hi Dave,
[...]
> gcc -Ii:/usr/src/libbrokenos/include -Zomf -fomit-frame-pointer -g -Wall
> -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
> -Wcast-qual -Wwrite-strings -O3 -I"/usr/src/ffmpeg" -I"/usr/src/ffmpeg"
> -I"/usr/src/ffmpeg"/libavutil -I"/usr/src/ffmpeg"/libavcodec
> -I"/usr/src/ffmpeg"/libavformat -I"/usr/src/ffmpeg"/libswscale
> -I"/usr/src/ffmpeg"/libavdevice -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_AV_CONFIG_H -c -o ffserver.o
> ffserver.c
> In file included from i:/usr/src/libbrokenos/include/unistd.h:1,
> from ffserver.c:31:
> i:/usr/src/libbrokenos/include/unistd_orig.h:338: warning: redundant
> redeclaration of `_exit' in same scope
> i:/usr/include/stdlib.h:431: warning: previous declaration of `_exit'
Ok, thanks; these are the information I needed.
It looks like _exit() is defined both in unistd.h and
stdlib.h?
I am wondering why you do not see this kind of warnings
when compiling programs that include both stdlib.h and
unistd.h...
I'll have a better look this night, when I'll have a better connection.
Thanks,
Luca
More information about the ffmpeg-devel
mailing list