Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 95155 Details for
Bug 144989
media-video/transcode-1.0.2-r3 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for configure.in
ffmpeg_version.patch (text/plain), 622 bytes, created by
Alexis Ballier
on 2006-08-26 13:30:04 UTC
(
hide
)
Description:
A patch for configure.in
Filename:
MIME Type:
Creator:
Alexis Ballier
Created:
2006-08-26 13:30:04 UTC
Size:
622 bytes
patch
obsolete
>--- transcode-1.0.2/configure.in 2006-08-26 21:12:40.787139715 +0200 >+++ transcode-1.0.2/configure.in.new 2006-08-26 22:16:50.027027414 +0200 >@@ -619,6 +619,12 @@ > AC_TRY_RUN([ > #include <stdio.h> > #include <ffmpeg/avcodec.h> >+ >+#ifndef STRINGIFY >+# define STRINGIFY(x) STRINGIFY1(x) >+# define STRINGIFY1(x) #x >+#endif >+ > int > main() > { >@@ -628,7 +634,7 @@ > printf("install ffmpeg 0.4.9-pre1 or newer, or a cvs version after 20040703"); > return(1); > } >- printf("VER=%s\n", FFMPEG_VERSION); >+ printf("VER=%s\n", STRINGIFY(LIBAVCODEC_VERSION)); > printf("BUILD=%d\n", LIBAVCODEC_BUILD); > return(0); > }
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 144989
:
95021
| 95155