Changes of Revision 21
project.diff
Deleted
x
1
2
---- avidemux3.changes.orig
3
-+++ avidemux3.changes
4
-@@ -59,6 +59,7 @@ Fri Feb 03 15:44:56 UTC 2023 - enzokiel@
5
- (macOS only)
6
- - Miscellaneous
7
- * Bundled FFmpeg libraries have been updated to 4.4.2 release.
8
-+ - Added options -march=native to enable build on i586.
9
-
10
- -------------------------------------------------------------------
11
- Mon Dec 27 17:14:17 UTC 2021 - enzokiel@kabelmail.de
12
---- avidemux3.spec.orig
13
-+++ avidemux3.spec
14
-@@ -207,6 +207,9 @@ test -x "$(type -P g++-7)" && CXX="$_"
15
- export CC="$(readlink -f ${CC})"
16
- export CXX="$(readlink -f ${CXX})"
17
- flags+="%optflags -fno-strict-aliasing "
18
-+%ifarch %ix86
19
-+flags+="%optflags -march=native "
20
-+%endif
21
- export CXXFLAGS="$flags"
22
-
23
- options+="--with-cli "
24
_link
Changed
8
1
2
-<link project="Multimedia" cicount="add" baserev="35cf66b980ded8213b92bc1f4fb7a8e6">
3
- <patches>
4
- <apply name="project.diff"/>
5
- </patches>
6
-</link>
7
+<link project="Multimedia" cicount="add"/>
8