Index: trunk/extensions/OggHandler/README |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | |
6 | 6 | To install this extension, add the following to the end of your LocalSettings.php: |
7 | 7 | |
8 | | - require( "$IP/extensions/OggHandler/OggHandler.php" ); |
| 8 | + require_once( "$IP/extensions/OggHandler/OggHandler.php" ); |
9 | 9 | |
10 | 10 | FFmpeg |
11 | 11 | ------ |
— | — | @@ -33,7 +33,8 @@ |
34 | 34 | |
35 | 35 | $wgFFmpegLocation = '/path/to/ffmpeg'; |
36 | 36 | |
37 | | -after the require line in LocalSettings.php. |
| 37 | +after the require line in LocalSettings.php. (The default is |
| 38 | +'/usr/bin/ffmpeg'.) |
38 | 39 | |
39 | 40 | Cortado |
40 | 41 | ------- |