From 9e6673f04f2a8178e49b49d1676640bba2149371 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 20 Sep 2013 21:50:39 +0000 Subject: Move ptlib26, opal3 and ekiga3 to unversioned ports and update to: ptlib to 2.10.10 opal to 3.10.10 ekiga to 4.0.1 --- net/opal3/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/opal3/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx (limited to 'net/opal3/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx') diff --git a/net/opal3/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx b/net/opal3/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx deleted file mode 100644 index b7a500489cb2..000000000000 --- a/net/opal3/files/patch-plugins-video-MPEG4-ffmpeg-mpeg4.cxx +++ /dev/null @@ -1,14 +0,0 @@ ---- plugins/video/MPEG4-ffmpeg/mpeg4.cxx.orig 2011-06-25 11:31:14.153034898 +0200 -+++ plugins/video/MPEG4-ffmpeg/mpeg4.cxx 2011-06-25 11:32:04.791577475 +0200 -@@ -830,10 +830,10 @@ - { - _avpicture->pict_type = FF_I_TYPE; - } - else // No IFrame requested, let avcodec decide what to do - { -- _avpicture->pict_type = 0; -+ _avpicture->pict_type = AV_PICTURE_TYPE_NONE; - } - - // Encode a frame - int total = FFMPEGLibraryInstance.AvcodecEncodeVideo -- cgit v1.2.3