diff --git a/audacity.changes b/audacity.changes index b8aa9c9..6313326 100644 --- a/audacity.changes +++ b/audacity.changes @@ -4,6 +4,7 @@ Mon Oct 1 06:58:42 UTC 2018 - davejplater@gmail.com - Update to release 2.3.0 - Rebased audacity-misc-errors.patch and audacity-no_return_in_nonvoid.patch +- Added --disable-dynamic-loading build flag for ffmpeg-4 use. - Upstream changes: *New feature – “Punch and Roll Recording” *Pinned-play-head can now be repositioned by dragging diff --git a/audacity.spec b/audacity.spec index ae775f3..8466c6b 100644 --- a/audacity.spec +++ b/audacity.spec @@ -130,6 +130,9 @@ autoconf %ifnarch %ix86 x86_64 --disable-sse \ %endif +%if 0%{?suse_version} > 1501 + --disable-dynamic-loading \ + %endif --with-ffmpeg=system \ %if %{with mad} --with-libmad=system \