ffmpeg/libavdevice
Jorge Acereda d5963ee64a Add _NETBSD_SOURCE definition to fix compilation on NetBSD.
NetBSD is unlikely to fix their headers and the FATE box passes it
as -D_NETBSD_SOURCE on the command line anyway. In this case, it's
better to keep the hack well-contained within this file.
Closes issue 886.
patch by Jorge Acereda, jacereda brainstorm es

Originally committed as revision 22164 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-03 09:16:45 +00:00
..
Makefile Split avdevice.c off from alldevices.c. 2009-11-18 17:01:25 +00:00
alldevices.c Split avdevice.c off from alldevices.c. 2009-11-18 17:01:25 +00:00
alsa-audio-common.c Include alsa headers before the internal FFmpeg headers. 2009-11-29 23:30:46 +00:00
alsa-audio-dec.c Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 2010-01-28 15:45:21 +00:00
alsa-audio-enc.c Include alsa headers before the internal FFmpeg headers. 2009-11-29 23:30:46 +00:00
alsa-audio.h Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 2009-07-26 12:20:04 +00:00
avdevice.c Add functions to return library license and library configuration. 2009-11-18 17:15:17 +00:00
avdevice.h Satisfy style nits. 2010-02-05 23:24:08 +00:00
beosaudio.cpp Fix compilation of beosaudio.cpp, not tested if it actually works though. 2009-09-30 13:01:48 +00:00
bktr.c Add _NETBSD_SOURCE definition to fix compilation on NetBSD. 2010-03-03 09:16:45 +00:00
dv1394.c Use '#include <poll.h>' instead of '#include <sys/poll.h>'. 2008-08-14 15:50:31 +00:00
dv1394.h Remove file name from file headers. 2009-02-09 11:17:54 +00:00
jack_audio.c Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 2009-07-26 12:20:04 +00:00
libavdevice.v Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libdc1394.c replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 2009-01-14 17:19:17 +00:00
oss_audio.c Indent. 2010-02-21 03:23:30 +00:00
v4l.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
v4l2.c Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 2010-01-28 15:45:21 +00:00
vfwcap.c vfwcap: support MJPG compressed streams. 2010-02-23 16:49:16 +00:00
x11grab.c Define _XOPEN_SOURCE as 600 before including a XSI extension header. 2009-12-14 23:23:09 +00:00