From 337ca13b95bd4f8ff460b744786ad1cb74c9b84c Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 26 Jul 2004 13:20:10 +0000 Subject: more plugins supported under windows Original commit message from CVS: more plugins supported under windows --- gst/videofilter/gamma.vcproj | 145 +++++++++++++++++++++++++++++++++++ gst/videofilter/videobalance.vcproj | 148 ++++++++++++++++++++++++++++++++++++ gst/videofilter/videofilter.vcproj | 148 ++++++++++++++++++++++++++++++++++++ gst/videofilter/videoflip.vcproj | 148 ++++++++++++++++++++++++++++++++++++ 4 files changed, 589 insertions(+) create mode 100644 gst/videofilter/gamma.vcproj create mode 100644 gst/videofilter/videobalance.vcproj create mode 100644 gst/videofilter/videofilter.vcproj create mode 100644 gst/videofilter/videoflip.vcproj (limited to 'gst/videofilter') diff --git a/gst/videofilter/gamma.vcproj b/gst/videofilter/gamma.vcproj new file mode 100644 index 00000000..ea11283f --- /dev/null +++ b/gst/videofilter/gamma.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videofilter/videobalance.vcproj b/gst/videofilter/videobalance.vcproj new file mode 100644 index 00000000..10c713ec --- /dev/null +++ b/gst/videofilter/videobalance.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videofilter/videofilter.vcproj b/gst/videofilter/videofilter.vcproj new file mode 100644 index 00000000..aa55bfa4 --- /dev/null +++ b/gst/videofilter/videofilter.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/videofilter/videoflip.vcproj b/gst/videofilter/videoflip.vcproj new file mode 100644 index 00000000..2d602c41 --- /dev/null +++ b/gst/videofilter/videoflip.vcproj @@ -0,0 +1,148 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit