Changes of Revision 58

avidemux3.changes Changed
x
 
1
@@ -59,6 +59,7 @@
2
       (macOS only)
3
   - Miscellaneous
4
     * Bundled FFmpeg libraries have been updated to 4.4.2 release.
5
+  - Added options -march=native to enable build on i586.
6
 
7
 -------------------------------------------------------------------
8
 Mon Dec 27 17:14:17 UTC 2021 - enzokiel@kabelmail.de
9
avidemux3.spec Changed
11
 
1
@@ -207,6 +207,9 @@
2
 export CC="$(readlink -f ${CC})"
3
 export CXX="$(readlink -f ${CXX})"
4
 flags+="%optflags -fno-strict-aliasing "
5
+%ifarch %ix86
6
+flags+="%optflags -march=native "
7
+%endif
8
 export CXXFLAGS="$flags"
9
 
10
 options+="--with-cli "
11