Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 136864 Details for
Bug 188183
media-video/mpeg4ip-1.5.0.1-r2 failed. w/ USE="ffmpeg"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix compilation
mpeg4ip-1.5.0.1-avcodec_extern_c.patch (text/plain), 1.18 KB, created by
Andreas Arens
on 2007-11-24 08:31:50 UTC
(
hide
)
Description:
patch to fix compilation
Filename:
MIME Type:
Creator:
Andreas Arens
Created:
2007-11-24 08:31:50 UTC
Size:
1.18 KB
patch
obsolete
>--- mpeg4ip-1.5.0.1/server/mp4live/audio_ffmpeg.h.unpatched 2007-11-24 09:07:06.000000000 +0100 >+++ mpeg4ip-1.5.0.1/server/mp4live/audio_ffmpeg.h 2007-11-24 09:11:03.000000000 +0100 >@@ -24,9 +24,13 @@ > > #include "audio_encoder.h" > #ifdef HAVE_FFMPEG_INSTALLED >+extern "C" { > #include <ffmpeg/avcodec.h> >+} > #else >+extern "C" { > #include <avcodec.h> >+} > #endif > #include <sdp.h> > >--- mpeg4ip-1.5.0.1/server/mp4live/video_ffmpeg.h.unpatched 2007-11-24 09:09:04.000000000 +0100 >+++ mpeg4ip-1.5.0.1/server/mp4live/video_ffmpeg.h 2007-11-24 09:10:18.000000000 +0100 >@@ -24,9 +24,13 @@ > > #include "video_encoder.h" > #ifdef HAVE_FFMPEG_INSTALLED >+extern "C" { > #include <ffmpeg/avcodec.h> >+} > #else >+extern "C" { > #include <avcodec.h> >+} > #endif > > class CFfmpegVideoEncoder : public CVideoEncoder { >--- mpeg4ip-1.5.0.1/server/mp4live/video_encoder_class.cpp.unpatched 2007-11-24 09:11:51.000000000 +0100 >+++ mpeg4ip-1.5.0.1/server/mp4live/video_encoder_class.cpp 2007-11-24 09:12:17.000000000 +0100 >@@ -26,9 +26,13 @@ > #include "video_util_filter.h" > #ifdef HAVE_FFMPEG > #ifdef HAVE_FFMPEG_INSTALLED >+extern "C" { > #include <ffmpeg/avcodec.h> >+} > #else >+extern "C" { > #include <avcodec.h> >+} > #endif > #endif >
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 188183
:
127325
| 136864 |
136866