Commit graph

5 commits

Author SHA1 Message Date
Jan Beich
5296492844 math/octave-forge-video: unbreak patch after r468833
===>  Patching for octave-forge-video-1.2.4_5
===>  Applying FreeBSD patches for octave-forge-video-1.2.4_5
No file to patch.  Skipping...
1 out of 1 hunks ignored--saving rejects to src/AVHandler.cc.rej
Can't create src/AVHandler.cc.rej, output is in /tmp/patchrvg0LqpIBg4: No such file or directory
=> FreeBSD patch patch-src_AVHandler.cc failed to apply cleanly.
*** Error code 1

Pointy hat to:	jbeich
2018-05-03 09:26:57 +00:00
Jan Beich
57e8157afd math/octave-forge-video: unbreak with ffmpeg 4.0
AVHandler.cc:246:29: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
  if (codec->capabilities & CODEC_CAP_TRUNCATED)
                            ^
AVHandler.cc:247:30: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
    vstream->codec->flags |= CODEC_FLAG_TRUNCATED;
                             ^

PR:		227726
Reported by:	antoine (via exp-run)
2018-05-02 13:26:23 +00:00
Stephen Montgomery-Smith
cce56014e0 - Update to 1.2.1.
- Remove broken.
2016-01-18 06:18:50 +00:00
William Grzybowski
532934f091 math/octave-forge-video: fix buid with newer ffmpeg
- Chase API changes with ffmpeg 2.0

Reported by:	marino
Approved by:	portmgr (bapt, implicit)
2013-10-28 16:01:32 +00:00
Pav Lucistnik
1e0a488760 - Fix build with gcc43
- While here, style

Submitted by:	Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer)
2009-02-10 12:32:02 +00:00