diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-05-02 14:39:00 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-05-02 18:31:59 +0200 |
commit | ca36b0b3434b490ad02a932eefcc62c750339495 (patch) | |
tree | 40c1f3d5ea3ec8a8086634720a3ea0c015f2d72f /sci-electronics/gazebo/files | |
parent | dev-lisp/sbcl: bump to 1.3.5 (diff) | |
download | gentoo-ca36b0b3434b490ad02a932eefcc62c750339495.tar.gz gentoo-ca36b0b3434b490ad02a932eefcc62c750339495.tar.bz2 gentoo-ca36b0b3434b490ad02a932eefcc62c750339495.zip |
sci-electronics/gazebo: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-electronics/gazebo/files')
-rw-r--r-- | sci-electronics/gazebo/files/ffmpeg29.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-electronics/gazebo/files/ffmpeg29.patch b/sci-electronics/gazebo/files/ffmpeg29.patch deleted file mode 100644 index df53cc7f1e9c..000000000000 --- a/sci-electronics/gazebo/files/ffmpeg29.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: gazebo5_5.1.0/gazebo/common/Video.cc -=================================================================== ---- gazebo5_5.1.0.orig/gazebo/common/Video.cc -+++ gazebo5_5.1.0/gazebo/common/Video.cc -@@ -147,7 +147,7 @@ bool Video::Load(const std::string &_fil - return false; - } - -- avpicture_alloc(this->pic, PIX_FMT_RGB24, this->codecCtx->width, -+ avpicture_alloc(this->pic, AV_PIX_FMT_RGB24, this->codecCtx->width, - this->codecCtx->height); - - this->swsCtx = sws_getContext( -@@ -156,7 +156,7 @@ bool Video::Load(const std::string &_fil - this->codecCtx->pix_fmt, - this->codecCtx->width, - this->codecCtx->height, -- PIX_FMT_RGB24, -+ AV_PIX_FMT_RGB24, - SWS_BICUBIC, NULL, NULL, NULL); - - if (this->swsCtx == NULL) |