From 1f9449234e503d00d4189549e41a4b6eed4075f8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 27 Apr 2008 11:52:35 +0000 Subject: [PATCH] Remove unused avdevice.h header file; add config.h which is used. Originally committed as revision 13006 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/alldevices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c index 4e97a5413..41a40df67 100644 --- a/libavdevice/alldevices.c +++ b/libavdevice/alldevices.c @@ -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; \ -- 2.11.0