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/law/alaw.vcproj | 157 +++++++++++++++++++++++++++++++++++++++++++++++++ gst/law/mulaw.vcproj | 163 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 320 insertions(+) create mode 100644 gst/law/alaw.vcproj create mode 100644 gst/law/mulaw.vcproj (limited to 'gst/law') diff --git a/gst/law/alaw.vcproj b/gst/law/alaw.vcproj new file mode 100644 index 00000000..2e280618 --- /dev/null +++ b/gst/law/alaw.vcproj @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gst/law/mulaw.vcproj b/gst/law/mulaw.vcproj new file mode 100644 index 00000000..404c6142 --- /dev/null +++ b/gst/law/mulaw.vcproj @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit