From c9d85848c7df996f69ad6583e727886d0e66e141 Mon Sep 17 00:00:00 2001 From: Sébastien Moutte Date: Fri, 3 Mar 2006 23:45:23 +0000 Subject: sys/: sinks are now using GST_RANK_PRIMARY to be used with autodectection Original commit message from CVS: * sys/directdraw: * sys/directsound: sinks are now using GST_RANK_PRIMARY to be used with autodectection * win32/vs6: project files updated to fix some bugs * win32/vs7: * win32/vs8: vs7 and vs8 project files added --- win32/vs8/libgstdirectdraw.vcproj | 214 +++++++++++++++++++++++++++++++++++++ win32/vs8/libgstdirectsound.vcproj | 214 +++++++++++++++++++++++++++++++++++++ 2 files changed, 428 insertions(+) create mode 100644 win32/vs8/libgstdirectdraw.vcproj create mode 100644 win32/vs8/libgstdirectsound.vcproj (limited to 'win32/vs8') diff --git a/win32/vs8/libgstdirectdraw.vcproj b/win32/vs8/libgstdirectdraw.vcproj new file mode 100644 index 00000000..06f5ee12 --- /dev/null +++ b/win32/vs8/libgstdirectdraw.vcproj @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win32/vs8/libgstdirectsound.vcproj b/win32/vs8/libgstdirectsound.vcproj new file mode 100644 index 00000000..25033844 --- /dev/null +++ b/win32/vs8/libgstdirectsound.vcproj @@ -0,0 +1,214 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit