| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Theora
Revision: 15152
Author: ivo
Date: 04 Aug 2008 08:43:26
Changes:Diff:| ... | ...@@ -32,23 +32,29 @@ | |
| 32 | 32 | |
| 33 | 33 | Requirements summary: |
| 34 | 34 | |
| 35 | For libtheora: | |
| 36 | ||
| 35 | For libtheora: | |
| 36 | ||
| 37 | 37 | libogg 1.1 or newer. |
| 38 | 38 | |
| 39 | 39 | For example encoder: |
| 40 | 40 | |
| 41 | as above | |
| 41 | as above, | |
| 42 | 42 | |
| 43 | 43 | libvorbis and libvorbisenc 1.0.1 or newer. |
| 44 | 44 | |
| 45 | For creating a source distribution package: | |
| 46 | ||
| 47 | as above, | |
| 48 | ||
| 49 | fig2dev to build the documentation (transfig package in Ubuntu). | |
| 50 | ||
| 45 | 51 | For the player only: |
| 46 | 52 | |
| 47 | as above, | |
| 53 | as above, | |
| 54 | ||
| 55 | SDL (Simple Direct media Layer) libraries and headers, | |
| 48 | 56 | |
| 49 | SDL (Simple Direct media Layer) libraries and headers | |
| 50 | ||
| 51 | OSS audio driver and development headers | |
| 57 | OSS audio driver and development headers. | |
| 52 | 58 | |
| 53 | 59 | The provided build system is the GNU automake/autoconf system, and |
| 54 | 60 | the main library, libtheora, should already build smoothly on any |
| ... | ...@@ -83,7 +89,7 @@ | |
| 83 | 89 | *** How do I use the sample player? |
| 84 | 90 | |
| 85 | 91 | The sample player takes an Ogg file on standard in; the file may be |
| 86 | audio alone, video alone or video with audio. | |
| 92 | audio alone, video alone or video with audio. | |
| 87 | 93 | |
| 88 | 94 | *** What other tools are available? |
| 89 | 95 |