| OLD | NEW |
| 1 \input texinfo @c -*- texinfo -*- | 1 \input texinfo @c -*- texinfo -*- |
| 2 | 2 |
| 3 @settitle General Documentation | 3 @settitle General Documentation |
| 4 @titlepage | 4 @titlepage |
| 5 @sp 7 | 5 @sp 7 |
| 6 @center @titlefont{General Documentation} | 6 @center @titlefont{General Documentation} |
| 7 @sp 3 | 7 @sp 3 |
| 8 @end titlepage | 8 @end titlepage |
| 9 | 9 |
| 10 | 10 |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 @tab File format used by RED Digital cameras, contains JPEG 2000 frames and
PCM audio. | 208 @tab File format used by RED Digital cameras, contains JPEG 2000 frames and
PCM audio. |
| 209 @item RealMedia @tab X @tab X | 209 @item RealMedia @tab X @tab X |
| 210 @item Redirector @tab @tab X | 210 @item Redirector @tab @tab X |
| 211 @item Renderware TeXture Dictionary @tab @tab X | 211 @item Renderware TeXture Dictionary @tab @tab X |
| 212 @item RL2 @tab @tab X | 212 @item RL2 @tab @tab X |
| 213 @tab Audio and video format used in some games by Entertainment Software Par
tners. | 213 @tab Audio and video format used in some games by Entertainment Software Par
tners. |
| 214 @item RPL/ARMovie @tab @tab X | 214 @item RPL/ARMovie @tab @tab X |
| 215 @item Lego Mindstorms RSO @tab X @tab X | 215 @item Lego Mindstorms RSO @tab X @tab X |
| 216 @item RTMP @tab X @tab X | 216 @item RTMP @tab X @tab X |
| 217 @tab Output is performed by publishing stream to RTMP server | 217 @tab Output is performed by publishing stream to RTMP server |
| 218 @item RTP @tab X @tab | 218 @item RTP @tab X @tab X |
| 219 @item RTSP @tab X @tab X | 219 @item RTSP @tab X @tab X |
| 220 @item SAP @tab X @tab | 220 @item SAP @tab X @tab X |
| 221 @item SDP @tab @tab X | 221 @item SDP @tab @tab X |
| 222 @item Sega FILM/CPK @tab @tab X | 222 @item Sega FILM/CPK @tab @tab X |
| 223 @tab Used in many Sega Saturn console games. | 223 @tab Used in many Sega Saturn console games. |
| 224 @item Sierra SOL @tab @tab X | 224 @item Sierra SOL @tab @tab X |
| 225 @tab .sol files used in Sierra Online games. | 225 @tab .sol files used in Sierra Online games. |
| 226 @item Sierra VMD @tab @tab X | 226 @item Sierra VMD @tab @tab X |
| 227 @tab Used in Sierra CD-ROM games. | 227 @tab Used in Sierra CD-ROM games. |
| 228 @item Smacker @tab @tab X | 228 @item Smacker @tab @tab X |
| 229 @tab Multimedia format used by many games. | 229 @tab Multimedia format used by many games. |
| 230 @item Sony OpenMG (OMA) @tab @tab X | 230 @item Sony OpenMG (OMA) @tab @tab X |
| (...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1083 @example | 1083 @example |
| 1084 ./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable
-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin | 1084 ./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable
-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin |
| 1085 @end example | 1085 @end example |
| 1086 | 1086 |
| 1087 and for a build with shared libraries | 1087 and for a build with shared libraries |
| 1088 @example | 1088 @example |
| 1089 ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable
-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin | 1089 ./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable
-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin |
| 1090 @end example | 1090 @end example |
| 1091 | 1091 |
| 1092 @bye | 1092 @bye |
| OLD | NEW |