From 02cc66dd78d929690df9f5db5ba6c0c825bdc267 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 24 May 2012 13:59:33 +0200 Subject: dshow: rename dshow.h to avoid conflict with system header of equal name Signed-off-by: Michael Niedermayer --- libavdevice/dshow_enumpins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice/dshow_enumpins.c') diff --git a/libavdevice/dshow_enumpins.c b/libavdevice/dshow_enumpins.c index 02e967ae63..e5c11cb54e 100644 --- a/libavdevice/dshow_enumpins.c +++ b/libavdevice/dshow_enumpins.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "dshow.h" +#include "dshow_capture.h" DECLARE_QUERYINTERFACE(libAVEnumPins, { {&IID_IUnknown,0}, {&IID_IEnumPins,0} }) -- cgit v1.2.3