diff options
author | 2012-05-16 07:52:27 +0000 | |
---|---|---|
committer | 2012-05-16 07:52:27 +0000 | |
commit | a2f195b8896c141a076316136e5f651e9de90561 (patch) | |
tree | 2c0b3da8df4b6acbb88cdf356971b5742230ee5b /app-cdr/k9copy/files | |
parent | Add ~x86-fbsd. #413433 (diff) | |
download | gentoo-2-a2f195b8896c141a076316136e5f651e9de90561.tar.gz gentoo-2-a2f195b8896c141a076316136e5f651e9de90561.tar.bz2 gentoo-2-a2f195b8896c141a076316136e5f651e9de90561.zip |
x86 stable. Fixes bug#412803.
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/k9copy/files')
-rw-r--r-- | app-cdr/k9copy/files/k9copy-2.3.7-ffmpeg.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/app-cdr/k9copy/files/k9copy-2.3.7-ffmpeg.patch b/app-cdr/k9copy/files/k9copy-2.3.7-ffmpeg.patch deleted file mode 100644 index c92582a8dd55..000000000000 --- a/app-cdr/k9copy/files/k9copy-2.3.7-ffmpeg.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix build with ffmpeg/libav trunk after the big bump. - -Index: k9copy-2.3.7-Source/src/import/k9avidecode.cpp -=================================================================== ---- k9copy-2.3.7-Source.orig/src/import/k9avidecode.cpp -+++ k9copy-2.3.7-Source/src/import/k9avidecode.cpp -@@ -145,7 +145,7 @@ bool k9AviDecode::open(const QString & _ - // Find the first video stream - m_videoStream=-1; - for (i=0; i<m_FormatCtx->nb_streams; i++) -- if (m_FormatCtx->streams[i]->codec->codec_type==CODEC_TYPE_VIDEO) { -+ if (m_FormatCtx->streams[i]->codec->codec_type==AVMEDIA_TYPE_VIDEO) { - m_videoStream=i; - break; - } |