Remove unused avdevice.h header file; add config.h which is used.

Originally committed as revision 13006 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2008-04-27 11:52:35 +00:00
parent d5202e4fda
commit 1f9449234e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
#include "avdevice.h"
#include "config.h"
#define REGISTER_MUXER(X,x) { \
extern AVOutputFormat x##_muxer; \