From 87ebefe97a5789e37c598d5e3d20ed4d1d6f4d26 Mon Sep 17 00:00:00 2001
From: Michael Smith <msmith@xiph.org>
Date: Fri, 19 Jul 2002 08:34:43 +0000
Subject: [PATCH] Final Xiphophorus -> Xiph.Org changes.

git-svn-id: http://svn.xiph.org/trunk/ao@3680 0101bb08-14d6-0310-b084-bc0e0c8e3800
---
 win32/include/os_types.h | 4 ++--
 win32/install.bat        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/win32/include/os_types.h b/win32/include/os_types.h
index e3c3376..ad1f129 100644
--- a/win32/include/os_types.h
+++ b/win32/include/os_types.h
@@ -1,7 +1,7 @@
 #ifndef __OS_TYPES_H__
 #define __OS_TYPES_H__
 /*
- * $Id: os_types.h,v 1.1 2001/09/05 19:10:00 cwolf Exp $
+ * $Id: os_types.h,v 1.2 2002/07/19 08:34:43 msmith Exp $
  * $Name:  $
  * 
  * win32 types 
@@ -20,7 +20,7 @@ typedef signed   int			sint_8;
 #define DLLENTRY __declspec(dllexport)
 
   // Temporarily hardcode this location
-#define AO_PLUGIN_PATH "c:\\Program Files\\Common Files\\Xiphophorus\\ao"
+#define AO_PLUGIN_PATH "c:\\Program Files\\Common Files\\Xiph\\ao"
 
 #define SHARED_LIB_EXT ".dll"
 
diff --git a/win32/install.bat b/win32/install.bat
index 5b99b19..ad6e1fe 100755
--- a/win32/install.bat
+++ b/win32/install.bat
@@ -1,5 +1,5 @@
 echo off
-rem $Id: install.bat,v 1.2 2001/09/08 00:02:10 cwolf Exp $
+rem $Id: install.bat,v 1.3 2002/07/19 08:34:42 msmith Exp $
 rem
 rem Install script for win32 ao
 setlocal
@@ -7,7 +7,7 @@ rem ---------------------------------------------------------
 rem Alter these settings for your environment
 set SRCBASE=c:\src\codec\vorbis
 set DLLPATH=c:\opt\bin
-set PLUGINPATH=c:\Program Files\Common Files\Xiphophorus\ao
+set PLUGINPATH=c:\Program Files\Common Files\Xiph\ao
 rem ---------------------------------------------------------
 echo on
 copy %SRCBASE%\ao\win32\lib\ao_d.dll "%DLLPATH%"
-- 
GitLab