d3dvideosink: Don't include deprecated and unavailable d3dx9tex.h

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
This commit is contained in:
Nirbheek Chauhan 2016-04-19 14:57:22 +05:30 committed by Tim-Philipp Müller
parent b2c58d3bc5
commit 6472482680

View file

@ -44,7 +44,6 @@
#endif
#include <d3d9.h>
#include <d3dx9tex.h>
typedef struct _GstD3DVideoSink GstD3DVideoSink;
typedef struct _GstD3DVideoSinkClass GstD3DVideoSinkClass;