mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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:
parent
b2c58d3bc5
commit
6472482680
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@
|
|||
#endif
|
||||
|
||||
#include <d3d9.h>
|
||||
#include <d3dx9tex.h>
|
||||
|
||||
typedef struct _GstD3DVideoSink GstD3DVideoSink;
|
||||
typedef struct _GstD3DVideoSinkClass GstD3DVideoSinkClass;
|
||||
|
|
Loading…
Reference in a new issue