Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101187 Details for
Bug 153992
media-video/jubler-3.3.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
native lib detection patch
ffdecode.patch (text/plain), 756 bytes, created by
Serkan Kaba (RETIRED)
on 2006-11-03 21:58:35 UTC
(
hide
)
Description:
native lib detection patch
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2006-11-03 21:58:35 UTC
Size:
756 bytes
patch
obsolete
>--- com/panayotis/jubler/preview/decoders/FFMPEG.java 2006-02-17 14:07:31.000000000 +0200 >+++ com/panayotis/jubler/preview/decoders/FFMPEG.java 2006-05-20 15:16:18.000000000 +0300 >@@ -58,7 +58,13 @@ > // SystemDependent.loadLibrary("avutil"); > // library_is_present = SystemDependent.loadLibrary("ffdecoded"); > // if (!library_is_present) >- library_is_present = SystemDependent.loadLibrary("ffdecode"); >+ //library_is_present = SystemDependent.loadLibrary("ffdecode"); >+ try { >+ System.loadLibrary("ffdecode"); >+ library_is_present=true; >+ } catch (UnsatisfiedLinkError e) { >+ e.printStackTrace(); >+ } > } > > /** Creates a new instance of FFMPEG */
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 153992
:
101186
|
101187
|
101188
|
101189
|
101190
|
101204
|
101207
|
101411
|
101412
|
103008
|
103009
|
103010
|
103485
|
103486