Changes of Revision 47
[-] | 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}/%{name} 9 %{__mkdir_p} %{buildroot}%{_includedir}/postproc 10 |