August 15, 2008
View 29a717a

Use '#include <poll.h>' instead of '#include <sys/poll.h>'. It is the standard location as defined by the Open Group.

Diego Biurrun authored on 2008/08/15 00:50:31
August 14, 2008
View ea452b5

strcasecmp() requires #include <strings.h>

Aurelien Jacobs authored on 2008/08/14 02:22:53
June 4, 2008
View bde15e7

Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me

Stefano Sabatini authored on 2008/06/04 01:20:54
May 9, 2008
View 245976d

Use full path for #includes from another directory.

Diego Biurrun authored on 2008/05/09 20:56:36
March 24, 2008
View 0e58bf6

Remove #ifdef HAVE_SYS_MMAN_H around sys/mman.h #include. Without the #include compilation fails.

Diego Biurrun authored on 2008/03/24 19:54:01
March 21, 2008
View b006754

Only #include sys/mman.h if configure set HAVE_SYS_MMAN_H.

Diego Biurrun authored on 2008/03/21 04:07:24
November 23, 2007
View c721d80

Introduce libavdevice

Luca Abeni authored on 2007/11/23 01:10:02