Projects
Essentials
libx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
libx264.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Nov 19 07:53:08 UTC 2013 - obs@botter.cc + +- add -fno-aggressive-loop-optimizations to extra-cflags in + configure for >= 13.1 (specfile), see also + https://bugs.launchpad.net/ubuntu/+source/x264/+bug/1241772 + MAY BE REMOVED on upstream fix + +------------------------------------------------------------------- Wed Jul 24 14:11:22 UTC 2013 - i@margueirte.su - update version 20130723.
View file
libx264.spec
Changed
@@ -97,7 +97,14 @@ sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" x264.c %build -%configure --enable-shared --enable-pic +# add -fno-aggressive-loop-optimizations due to gcc-4.8-induces optimization problems +# in 13.1 (see also https://bugs.launchpad.net/ubuntu/+source/x264/+bug/1241772 +%configure \ +%if %{?suse_version} >= 1310 + --extra-cflags=-fno-aggressive-loop-optimizations \ +%endif + --enable-shared \ + --enable-pic make %{?_smp_mflags} %install
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.