Changes of Revision 64
[-] | Changed | ffmpeg.spec |
1
2 # mandir=%{buildroot}%{_mandir} \ 3 # includedir=%{buildroot}%{_includedir} \ 4 # install 5 -%{makeinstall} 6 +%__make DESTDIR=%{buildroot} install 7 8 %{__mkdir_p} %{buildroot}%{_includedir}/postproc 9 %{__install} -d %{buildroot}%{_libdir}/libavcodec 10 |