Ralph Giles a306566c62 Remove _BIND_TO_CURRENT_CRT_VERSION from the MSVC build. Trac #1720. 14 年之前
..
dump_video c14c8c5cb8 Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile 5.0 configuration from "Pocket PC SDK 2 (ARMV4I)" to "Pocket PC SDK (ARMV4I)", version "2" was generated by versions of Windows Mobile 5.0 SDK which are no longer available on MSDN. 15 年之前
encoder_example c14c8c5cb8 Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile 5.0 configuration from "Pocket PC SDK 2 (ARMV4I)" to "Pocket PC SDK (ARMV4I)", version "2" was generated by versions of Windows Mobile 5.0 SDK which are no longer available on MSDN. 15 年之前
libtheora a306566c62 Remove _BIND_TO_CURRENT_CRT_VERSION from the MSVC build. Trac #1720. 14 年之前
README 1c8fd968c6 Ported GCC (AT&T) Inline Assembly to Visual C (Intel) Inline Assembly. 15 年之前
libogg.vsprops 1c8fd968c6 Ported GCC (AT&T) Inline Assembly to Visual C (Intel) Inline Assembly. 15 年之前
libtheora_dynamic.sln e2f3544632 Added VS2008 project files. 15 年之前
libtheora_static.sln e2f3544632 Added VS2008 project files. 15 年之前
libvorbis.vsprops ec848c2e6d Updated to current libvorbis version (1.2.3) 15 年之前

README

libtheora has libogg as a dependency, and for examples, also
libvorbis, therefore you need to have libogg and libvorbis
compiled beforehand.

Lets say you have libogg, libvorbis and libtheora in the same directory:

libogg-1.1.4
libvorbis-1.2.2
libtheora-1.0

Because there is no automatic library detection you have to,
either:

1. Rename libogg-1.1.4 to libogg, and libvorbis-1.2.2 to libvorbis.

2. Open libogg.vsprops with a text editor (even notepad.exe
will suffice) and see if LIBOGG_VERSION is set to the correct
version, in this case "1.1.4".

The same procedure should be done for libvorbis.vsprops and
check LIBVORBIS_VERSION for the correct version, in this
case "1.2.2".