d3dvideosink: Don't include deprecated and unavailable d3dx9tex.h
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 19 Apr 2016 09:27:22 +0000 (14:57 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 19 Apr 2016 12:51:03 +0000 (13:51 +0100)
It's not needed, not on native Windows nor with mingw, and
we don't use anything from it anyway

https://bugzilla.gnome.org/show_bug.cgi?id=765250

sys/d3dvideosink/d3dhelpers.h

index 4145f78..3662329 100644 (file)
@@ -44,7 +44,6 @@
 #endif
 
 #include <d3d9.h>
-#include <d3dx9tex.h>
 
 typedef struct _GstD3DVideoSink GstD3DVideoSink;
 typedef struct _GstD3DVideoSinkClass GstD3DVideoSinkClass;