[xiph-commits] r11435 - in trunk/theora/win32: . VS2005/libtheora
illiminable at svn.xiph.org
illiminable at svn.xiph.org
Fri May 26 16:34:00 PDT 2006
Author: illiminable
Date: 2006-05-26 16:33:54 -0700 (Fri, 26 May 2006)
New Revision: 11435
Modified:
trunk/theora/win32/VS2005/libtheora/libtheora.vcproj
trunk/theora/win32/libtheora.def
Log:
* Include cpu.h/c and dsp.h/c
Modified: trunk/theora/win32/VS2005/libtheora/libtheora.vcproj
===================================================================
--- trunk/theora/win32/VS2005/libtheora/libtheora.vcproj 2006-05-26 20:59:40 UTC (rev 11434)
+++ trunk/theora/win32/VS2005/libtheora/libtheora.vcproj 2006-05-26 23:33:54 UTC (rev 11435)
@@ -4,6 +4,7 @@
Version="8.00"
Name="libtheora"
ProjectGUID="{653F3841-3F26-49B9-AFCF-091DB4B67031}"
+ RootNamespace="libtheora"
Keyword="Win32Proj"
>
<Platforms>
@@ -385,6 +386,10 @@
>
</File>
<File
+ RelativePath="..\..\..\lib\cpu.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\lib\dct.c"
>
</File>
@@ -401,6 +406,10 @@
>
</File>
<File
+ RelativePath="..\..\..\lib\dsp.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\lib\encode.c"
>
</File>
@@ -471,6 +480,14 @@
>
</File>
<File
+ RelativePath="..\..\..\lib\cpu.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\lib\dsp.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\lib\encoder_internal.h"
>
</File>
Modified: trunk/theora/win32/libtheora.def
===================================================================
--- trunk/theora/win32/libtheora.def 2006-05-26 20:59:40 UTC (rev 11434)
+++ trunk/theora/win32/libtheora.def 2006-05-26 23:33:54 UTC (rev 11435)
@@ -1,30 +1,30 @@
LIBRARY libtheora
EXPORTS
- theora_version_string
- theora_version_number
-
- theora_encode_init
- theora_encode_YUVin
- theora_encode_packetout
- theora_encode_header
- theora_encode_comment
- theora_encode_tables
-
- theora_decode_header
- theora_decode_init
- theora_decode_packetin
- theora_decode_YUVout
-
- theora_granule_time
-
- theora_info_init
- theora_info_clear
-
- theora_clear
-
- theora_comment_init
- theora_comment_add
- theora_comment_add_tag
- theora_comment_query
- theora_comment_query_count
+ theora_version_string
+ theora_version_number
+
+ theora_encode_init
+ theora_encode_YUVin
+ theora_encode_packetout
+ theora_encode_header
+ theora_encode_comment
+ theora_encode_tables
+
+ theora_decode_header
+ theora_decode_init
+ theora_decode_packetin
+ theora_decode_YUVout
+
+ theora_granule_time
+
+ theora_info_init
+ theora_info_clear
+
+ theora_clear
+
+ theora_comment_init
+ theora_comment_add
+ theora_comment_add_tag
+ theora_comment_query
+ theora_comment_query_count
theora_comment_clear
More information about the commits
mailing list