From 6b899e16de94c05203008d969523a642147a5e4b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 26 May 2011 19:11:25 +0200 Subject: lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h --- libavdevice/vfwcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/vfwcap.c') diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index b8ca419b40..b8b8f52deb 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -19,9 +19,9 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavformat/avformat.h" #include #include +#include "avdevice.h" //#define DEBUG_VFW -- cgit v1.2.3