Changes of Revision 63
[-] | Changed | ffmpeg.spec |
1
2 %setup -q -n %{name}-%{version} 3 %patch0 4 5 +%if 0%{?suse_version} 6 %suse_update_libdir configure 7 +%endif 8 #don't call ldconfig on install 9 #perl -pi -e 's/ldconfig \|\| true//' libavcodec/Makefile 10 11 |