219
edits
Line 35: | Line 35: | ||
version of video package, which could be updated with | version of video package, which could be updated with | ||
pkg -verbose -forge install video | pkg -verbose -forge install video | ||
=== using official mxe-build and ffmpeg binaries === | === using official mxe-build and ffmpeg binaries === | ||
Line 56: | Line 54: | ||
octave-video 1.2.2 tries to find avresample which isn't included in the builds. Either patch configure.ac (remove the AC_CHECK_LIB avresample), rerun ./bootstrap and repack or download this [http://www.tech-chat.de/files/video-1.2.2.tar.gz patched version] and install with | octave-video 1.2.2 tries to find avresample which isn't included in the builds. Either patch configure.ac (remove the AC_CHECK_LIB avresample), rerun ./bootstrap and repack or download this [http://www.tech-chat.de/files/video-1.2.2.tar.gz patched version] and install with | ||
pkg -verbose install video-1.2.2.tar.gz | pkg -verbose install video-1.2.2.tar.gz | ||
Load it before any usage: | Load it before any usage: | ||
pkg load video | pkg load video | ||
[[Category:Octave-Forge]] | [[Category:Octave-Forge]] |
edits