# HG changeset patch # User sheepluva # Date 1450307694 0 # Node ID fe70504acfc25e68f82ae6bb139d9d98f0ff3b9e # Parent 9971f0387cd3ce5f9e267a2dacf7d2ad7f0e95f1 remove obsolete compile info diff -r 9971f0387cd3 -r fe70504acfc2 VideoRecorder.wiki --- a/VideoRecorder.wiki Mon Dec 14 10:35:56 2015 -0500 +++ b/VideoRecorder.wiki Wed Dec 16 23:14:54 2015 +0000 @@ -1,39 +1,4 @@ -#summary How to compile/use video recorder - -= How to compile? = - -Source is available at http://code.google.com/r/stepik-777-videorec/source/checkout - -To compile it you will need the following libraries: - - # libavcodec, libavformat, libavutil. - # freeglut or glut. - -*For Linux* the following command should be enough: - - _apt-get install libavcodec-dev libavformat-dev libavutil-dev freeglut3-dev_ - -*For Windows*: - -1. ffmpeg/libav - - ffmpeg download page (http://ffmpeg.org/download.html) recommends to download wibdows binaries from http://ffmpeg.zeranoe.com/builds/ - - You will need shared and dev builds. - - Put *avcodec-54.dll*, *avformat-54.dll* and *avutil-51.dll* from shared build to your hedgewars bin directory. - - Put *libavcodec.dll.a*, *libavformat.dll.a*, *libavutil.dll.a* from dev build to _\misc\winutils\lib_ - - Put include directories (only *libavcodec*, *libavformat* and *libavutil*) from dev build to _\misc\winutils\include_ - - You can also try libav (http://www.libav.org/download.html) instead of ffmpeg, it should work, but their windows binaries are unreasonably large. - -2. glut - - This page (http://wiki.freepascal.org/OpenGL_Tutorial) suggests to download glut from here: http://user.xmission.com/~nate/glut.html - - Just put *glut32.dll* from *glut-3.7.6-bin.zip* to your hedgewars bin directory. +#summary How to use video recorder = How to use it? =