Skip to content
Snippets Groups Projects
Commit 87ebefe9 authored by Michael Smith's avatar Michael Smith
Browse files

Final Xiphophorus -> Xiph.Org changes.

git-svn-id: http://svn.xiph.org/trunk/ao@3680 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent e3c9bb7e
No related branches found
No related tags found
No related merge requests found
#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"
......
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%"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment