219
edits
No edit summary |
|||
Line 29: | Line 29: | ||
* Extract the bin/*.dll from ffmpeg-20160105-git-68eb208-win32-shared.7z to C:\Octave\Octave-4.0.0\bin | * Extract the bin/*.dll from ffmpeg-20160105-git-68eb208-win32-shared.7z to C:\Octave\Octave-4.0.0\bin | ||
* Extract include/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\include | * Extract include/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\include (You should now, for example, see C:\Octave\Octave-4.0.0\include\libavutil\version.h) | ||
* Extract lib/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\lib | * Extract lib/* from ffmpeg-20160105-git-68eb208-win32-dev.7z to C:\Octave\Octave-4.0.0\lib | ||
Download a patched version (no pkg_config check for ffmpeg and PixelFormat -> AVPixelFormat) from [ | Download a patched version (no pkg_config check for ffmpeg and PixelFormat -> AVPixelFormat) from [http://www.tech-chat.de/files/video-1.2.1_win_ffmpeg.tar.gz video-1.2.1_win_ffmpeg.tar.gz (sha1sum 3ef5b0dca471175daf769bd813b6de7fa85759df)] | ||
or grab the source and apply [http://www.tech-chat.de/files/video-1.2.1_win_ffmpeg.patch this patch] | |||
Compile and install from Octave with | Compile and install from Octave with |
edits