Index: branches/wmf-deployment/extensions/OggHandler/OggHandler.php |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | $wgFFmpegLocation = '/usr/bin/ffmpeg'; |
48 | 48 | |
49 | 49 | // Location of the OggThumb binary |
50 | | -$wgOggThumbLocation = '/usr/bin/oggThumb'; |
| 50 | +$wgOggThumbLocation = '/usr/local/bin/oggThumb'; |
51 | 51 | |
52 | 52 | // Filename or URL path to the Cortado Java player applet. |
53 | 53 | // |