ffmpeg/libavdevice
Matthieu Castet 419bddd366 Include alsa headers before the internal FFmpeg headers.
This avoids symbol redefinitions problems, for example avoids the "free"
symbol to be redefined before system headers actually using it are
included, thus breaking compilation. In particular this change allows
to build FFmpeg with salsa.

Patch by matthieu castet <$surname.mat?hieu@free fr>.

Originally committed as revision 20665 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-29 23:30:46 +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 Include alsa headers before the internal FFmpeg headers. 2009-11-29 23:30:46 +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 Add functions to return library license and library configuration. 2009-11-18 17:15:17 +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 Fix METEOR vs. BKTR typo, noticed by Steve O'Hara-Smith, steve sohara org. 2009-09-22 14:44:44 +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
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 Do not invent error codes but pass the error code on. 2009-11-27 13:48:37 +00:00
v4l.c cosmetics: Remove pointless period after copyright statement non-sentences. 2009-01-19 15:46:40 +00:00
v4l2.c Cast a __u64 variable to uint64_t so that it can be printed without warnings 2009-02-15 14:32:09 +00:00
vfwcap.c Indent. 2009-09-04 16:32:06 +00:00
x11grab.c Add nomouse option to not record the mouse cursor. 2009-11-27 19:36:18 +00:00