Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 159045 Details for
Bug 230143
media-video/ffmpeg-0.4.9_p20080326 causes compilation errors in k9copy
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
k9copy fix
k9copy-1.2.3-new-ffmpeg.patch (text/plain), 721 bytes, created by
David Watzke
on 2008-07-01 02:57:25 UTC
(
hide
)
Description:
k9copy fix
Filename:
MIME Type:
Creator:
David Watzke
Created:
2008-07-01 02:57:25 UTC
Size:
721 bytes
patch
obsolete
>diff -ru k9author.old/k9avidecode.cpp k9author/k9avidecode.cpp >--- k9author.old/k9avidecode.cpp 2007-09-29 21:13:18.000000000 +0200 >+++ k9author/k9avidecode.cpp 2008-07-01 04:28:43.000000000 +0200 >@@ -10,7 +10,7 @@ > // > // > #include "k9avidecode.h" >-#include <ffmpeg/avcodec.h> >+#include <libavcodec/avcodec.h> > #include <qimage.h> > #include <dlfcn.h> > #include <klocale.h> >diff -ru k9author.old/k9avidecode.h k9author/k9avidecode.h >--- k9author.old/k9avidecode.h 2007-09-29 21:12:56.000000000 +0200 >+++ k9author/k9avidecode.h 2008-07-01 04:24:55.000000000 +0200 >@@ -14,7 +14,7 @@ > > #include "k9common.h" > #include <qobject.h> >-#include <ffmpeg/avformat.h> >+#include <libavformat/avformat.h> > #include <qimage.h> > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230143
:
158927
|
158953
| 159045 |
159101