On Mon, Jun 22, 2015 at 12:01:33AM +0200, Mariusz Szczepańczyk wrote:
> ---
>  configure          |  2 ++
>  libavformat/file.c | 34 ++++++++++++++++++++++++++++++++++
>  2 files changed, 36 insertions(+)

this and the previous patch fails to build

make distclean ; ./configure --disable-sdl && make -j12

libavformat/file.c: In function ‘file_read_dir’:
libavformat/file.c:302:10: error: ‘DT_FIFO’ undeclared (first use in this 
function)
libavformat/file.c:302:10: note: each undeclared identifier is reported only 
once for each function it appears in
libavformat/file.c:305:10: error: ‘DT_CHR’ undeclared (first use in this 
function)
libavformat/file.c:308:10: error: ‘DT_DIR’ undeclared (first use in this 
function)
libavformat/file.c:311:10: error: ‘DT_BLK’ undeclared (first use in this 
function)
libavformat/file.c:314:10: error: ‘DT_REG’ undeclared (first use in this 
function)
libavformat/file.c:317:10: error: ‘DT_LNK’ undeclared (first use in this 
function)
libavformat/file.c:320:10: error: ‘DT_SOCK’ undeclared (first use in this 
function)
libavformat/file.c:323:10: error: ‘DT_UNKNOWN’ undeclared (first use in this 
function)
make: *** [libavformat/file.o] Error 1
make: *** Waiting for unfinished jobs....

sdl disable is needed to reproduce  as sdls pkgcnonfig adds
GNU_SOURCE i suspect

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to