Bug 72993 - [PATCH] multimedia/gstreamer-plugins: fix runtime of gst-register for athlon-xp
Summary: [PATCH] multimedia/gstreamer-plugins: fix runtime of gst-register for athlon-xp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-22 08:20 UTC by Michael Johnson
Modified: 2004-10-28 08:34 UTC (History)
1 user (show)

See Also:


Attachments
gstreamer-plugins-0.8.5.patch (690 bytes, patch)
2004-10-22 08:20 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-10-22 08:20:27 UTC
- Fix gst-register for -O -march=athlon-xp

Reported by: ahze@ahze.net
             mezz@
             roman@cognition.uni-freiburg.de 

This is only a problem with the gstmod plugin
This is not an issue for -O2 and higher

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63

How-To-Repeat: 
cd multimedia/gstreamer-plugins ; make CXXFLAGS="-O -march=athlon-xp" CFLAGS="-O -march=athlon-xp" install
 
watch it core dump =(
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-10-24 00:40:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-10-28 08:34:12 UTC
State Changed
From-To: open->closed

Committed, thanks!