Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 123740 Details for
Bug 183965
media-video/transcode-1.0.3 failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to compile against ~ ffmpeg
transcode-1.0.3-new-ffmpeg.patch (text/plain), 586 bytes, created by
Christian Schmidt
on 2007-07-03 08:12:08 UTC
(
hide
)
Description:
Patch to compile against ~ ffmpeg
Filename:
MIME Type:
Creator:
Christian Schmidt
Created:
2007-07-03 08:12:08 UTC
Size:
586 bytes
patch
obsolete
>diff -ru transcode-1.0.3.orig/export/aud_aux.c transcode-1.0.3/export/aud_aux.c >--- transcode-1.0.3.orig/export/aud_aux.c 2005-07-04 10:23:00.000000000 +0300 >+++ transcode-1.0.3/export/aud_aux.c 2007-07-02 22:08:12.000000000 +0300 >@@ -361,8 +361,8 @@ > > pthread_mutex_lock(&init_avcodec_lock); > avcodec_init(); >- register_avcodec(&ac3_encoder); >- register_avcodec(&mp2_encoder); >+ register_avcodec(avcodec_find_encoder (CODEC_ID_AC3)); >+ register_avcodec(avcodec_find_encoder (CODEC_ID_MP2)); > pthread_mutex_unlock(&init_avcodec_lock); > > switch (o_codec) {
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 183965
:
123740
|
123741
|
123743