summaryrefslogtreecommitdiff
path: root/kde-base/nepomuk-core/files/libav_fix.patch
diff options
context:
space:
mode:
authorDavid Heidelberger <david.heidelberger@ixit.cz>2013-06-23 22:50:38 +0200
committerDavid Heidelberger <david.heidelberger@ixit.cz>2013-06-23 22:50:38 +0200
commitf76326e60e0f76f6cb04fc39f82492c5afcd0a8e (patch)
tree33d14d2ac0091b1427229cfba149bd4231211132 /kde-base/nepomuk-core/files/libav_fix.patch
parent957f6a26fb4bf1ad086b16ed7c71bef3f6c68c10 (diff)
downloadkde-f76326e60e0f76f6cb04fc39f82492c5afcd0a8e.tar.gz
kde-f76326e60e0f76f6cb04fc39f82492c5afcd0a8e.tar.bz2
kde-f76326e60e0f76f6cb04fc39f82492c5afcd0a8e.zip
[app-office/calligra] bump 2.6.92, switch to xz
Diffstat (limited to 'kde-base/nepomuk-core/files/libav_fix.patch')
-rw-r--r--kde-base/nepomuk-core/files/libav_fix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-base/nepomuk-core/files/libav_fix.patch b/kde-base/nepomuk-core/files/libav_fix.patch
index 209be5321d5..7cedbfae706 100644
--- a/kde-base/nepomuk-core/files/libav_fix.patch
+++ b/kde-base/nepomuk-core/files/libav_fix.patch
@@ -6,7 +6,7 @@ diff -Naur a/services/fileindexer/indexer/ffmpegextractor.cpp b/services/fileind
int aspectRatio = codec->sample_aspect_ratio.num;
- int frameRate = stream->r_frame_rate.num;
-+ int frameRate = stream->avg_frame_rate.num;
++ float frameRate = stream->avg_frame_rate.num;
if( codec->sample_aspect_ratio.den )
aspectRatio /= codec->sample_aspect_ratio.den;