summaryrefslogtreecommitdiff
path: root/sys/d3dvideosink
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-04-19 14:57:22 +0530
committerTim-Philipp Müller <tim@centricular.com>2016-04-19 13:51:03 +0100
commit6472482680e3adfd1c03798e9b9f74a280e2bbe4 (patch)
treebcf803242563d88a3d041ade387f6638ac949bf8 /sys/d3dvideosink
parentb2c58d3bc5bcd4c3a437b0e26df72edd8e605499 (diff)
downloadgstreamer-plugins-bad-6472482680e3adfd1c03798e9b9f74a280e2bbe4.tar.gz
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
Diffstat (limited to 'sys/d3dvideosink')
-rw-r--r--sys/d3dvideosink/d3dhelpers.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/d3dvideosink/d3dhelpers.h b/sys/d3dvideosink/d3dhelpers.h
index 4145f787c..36623290d 100644
--- a/sys/d3dvideosink/d3dhelpers.h
+++ b/sys/d3dvideosink/d3dhelpers.h
@@ -44,7 +44,6 @@
#endif
#include <d3d9.h>
-#include <d3dx9tex.h>
typedef struct _GstD3DVideoSink GstD3DVideoSink;
typedef struct _GstD3DVideoSinkClass GstD3DVideoSinkClass;