Bug 218896

Summary: Ogg plugins fail.
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: HelixPlayerAssignee: Aurelien Bompard <gauret>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: behdad, dyek, extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-08 22:14:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to use dynamic Ogg libraries none

Description David Woodhouse 2006-12-08 02:13:16 UTC
Our libogg.a and libvorbis.a static libraries are not built with -fPIC.

HelixPlayer links these into its oggfformat.so, theorarend.so and vorbisrend.so
plugins, and these plugins therefore fail to load.

We should link against the _dynamic_ libogg and libvorbis, not the static
version. Or if we _are_ going to insist on linking against the static version,
it needs to be built with -fPIC.

Comment 1 David Woodhouse 2006-12-08 13:40:22 UTC
Created attachment 143144 [details]
Patch to use dynamic Ogg libraries

This should fix the problem.

Comment 2 Aurelien Bompard 2006-12-08 22:14:11 UTC
Patch applied and package built, thanks a lot !