Commit graph

13 commits

Author SHA1 Message Date
Jan Beich
b9351d7eb5 multimedia/libquicktime: unbreak with ffmpeg 4.0
audio.c:549:37: error: use of undeclared identifier 'FF_INPUT_BUFFER_PADDING_SIZE'
    codec->pkt.size = packet_size + FF_INPUT_BUFFER_PADDING_SIZE;
                                    ^

PR:		227726
Reported by:	antoine (via exp-run)
Obtained from:	Gentoo
2018-05-03 16:34:19 +00:00
Jan Beich
f82ec91ba6 multimedia/libquicktime: unbreak build with ffmpeg 3.0
lqt_ffmpeg.c:389:13: error: use of undeclared identifier 'CODEC_ID_MPEG1VIDEO'; did you mean 'AV_CODEC_ID_MPEG1VIDEO'?
      .id = CODEC_ID_MPEG1VIDEO,
            ^~~~~~~~~~~~~~~~~~~
lqt_ffmpeg.c:547:13: error: use of undeclared identifier 'CODEC_ID_SVQ1'; did you mean 'AV_CODEC_ID_SVQ1'?
      .id = CODEC_ID_SVQ1,
            ^~~~~~~~~~~~~
[...]

PR:		209348
Reported by:	antoine (via exp-run)
Submitted by:	Ben Woods <woodsb02@gmail.com>
Obtained from:	Debian
2016-05-07 17:22:21 +00:00
William Grzybowski
3624ddf181 multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
2013-10-19 16:43:32 +00:00
Michael Johnson
f201dda191 Update to 1.0.3
PR:		ports/125904
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2008-07-26 16:12:44 +00:00
Michael Johnson
16f0e051d7 - Fix plist due to my forgetfulness of the 'cvs add' command for patch-Makefile.in
Reported by:	pointyhat via pav & erwin
Pointyhat to:	ahze
2008-03-03 01:18:45 +00:00
Michael Johnson
9d727b5c44 - Update to 0.9.8
- Switch WITH_GTK to WITH_GTK2 to be on the same page as ports/KNOBS
2006-01-28 18:23:52 +00:00
Michael Johnson
8ff968f477 - Update to 0.9.7 2005-05-26 15:56:24 +00:00
Michael Johnson
e93615202e - Update to 0.9.5
Note: Does not build with ffmpeg-devel, but will run w/ ffmpeg-devel.
2005-05-15 18:31:03 +00:00
Michael Johnson
1a78f9dac6 - Enable some depreciated library functions to fix build of
multimedia/mjpegtools
- Bump PORTREVISION
2005-03-02 08:16:19 +00:00
Michael Johnson
d463dda672 Update to 0.9.4 2005-01-13 01:49:25 +00:00
Ying-Chieh Liao
52e0b64492 upgrade to 0.9.3
grab maintainership

PR:		69405
Submitted by:	Michael Johnson <ahze@ahze.net>
2004-07-22 04:19:47 +00:00
Kirill Ponomarev
11ae11c6d0 - Update to version 0.9.2
PR:		59334
Submitted by:	Ports Fury
2003-11-16 15:08:44 +00:00
Ying-Chieh Liao
6a79cc52c4 - Fix build on -stable
- Support CFLAGS properly
- Do not install .la files

PR:		41503
Submitted by:	Ports Fury
2002-08-10 17:08:46 +00:00