[xiph-commits] r10336 - trunk/vorbis-tools/win32/VS2003/oggenc
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Sat Nov 5 03:16:31 PST 2005
Author: illiminable
Date: 2005-11-05 03:16:25 -0800 (Sat, 05 Nov 2005)
New Revision: 10336
Added:
trunk/vorbis-tools/win32/VS2003/oggenc/config.h
Modified:
trunk/vorbis-tools/win32/VS2003/oggenc/oggenc.vcproj
Log:
* OK... oggenc can build without flac... let it be so... happy MikeS :)
Added: trunk/vorbis-tools/win32/VS2003/oggenc/config.h
===================================================================
--- trunk/vorbis-tools/win32/VS2003/oggenc/config.h 2005-11-05 11:03:35 UTC (rev 10335)
+++ trunk/vorbis-tools/win32/VS2003/oggenc/config.h 2005-11-05 11:16:25 UTC (rev 10336)
@@ -0,0 +1,5 @@
+#ifndef _CONFIG_H
+#define _CONFIG_H
+
+#define VERSION "1.1.2"
+#endif
\ No newline at end of file
Modified: trunk/vorbis-tools/win32/VS2003/oggenc/oggenc.vcproj
===================================================================
--- trunk/vorbis-tools/win32/VS2003/oggenc/oggenc.vcproj 2005-11-05 11:03:35 UTC (rev 10335)
+++ trunk/vorbis-tools/win32/VS2003/oggenc/oggenc.vcproj 2005-11-05 11:16:25 UTC (rev 10336)
@@ -19,7 +19,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libvorbis\include;..\..\..\..\libogg\include;."
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
@@ -66,7 +67,8 @@
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ AdditionalIncludeDirectories="..\..\..\include;..\..\..\..\libvorbis\include;..\..\..\..\libogg\include;."
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H"
RuntimeLibrary="4"
UsePrecompiledHeader="3"
WarningLevel="3"
@@ -116,13 +118,13 @@
RelativePath="..\..\..\oggenc\audio.c">
</File>
<File
- RelativePath="..\..\..\oggenc\easyflac.c">
+ RelativePath="..\..\..\oggenc\encode.c">
</File>
<File
- RelativePath="..\..\..\oggenc\encode.c">
+ RelativePath="..\..\..\share\getopt.c">
</File>
<File
- RelativePath="..\..\..\oggenc\flac.c">
+ RelativePath="..\..\..\share\getopt1.c">
</File>
<File
RelativePath="..\..\..\oggenc\oggenc.c">
@@ -133,6 +135,9 @@
<File
RelativePath="..\..\..\oggenc\resample.c">
</File>
+ <File
+ RelativePath="..\..\..\share\utf8.c">
+ </File>
</Filter>
<Filter
Name="Header Files"
@@ -142,6 +147,9 @@
RelativePath="..\..\..\oggenc\audio.h">
</File>
<File
+ RelativePath=".\config.h">
+ </File>
+ <File
RelativePath="..\..\..\oggenc\easyflac.h">
</File>
<File
More information about the commits
mailing list