Video package: Difference between revisions

43 bytes removed ,  4 February 2016
Line 35: Line 35:
version of video package, which could be updated with
version of video package, which could be updated with


<code>
  pkg -verbose -forge install video
  pkg -verbose -forge install video
</code>


=== 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


<code>
  pkg -verbose install video-1.2.2.tar.gz
  pkg -verbose install video-1.2.2.tar.gz
</code>


Load it before any usage:
Load it before any usage:
<code>
 
  pkg load video
  pkg load video
</code>
 


[[Category:Octave-Forge]]
[[Category:Octave-Forge]]
219

edits