Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
ffmpeg
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 38
[-]
[+]
Changed
ffmpeg.spec
@@ -259,7 +259,7 @@ %endif --libdir=%{_libdir} --enable-shared --enable-libmp3lame \ --enable-libvorbis --enable-libtheora --enable-libfaad \ - --enable-libfaac --enable-libxvid --enable-liba52 --enable-swscale \ + --enable-libfaac --enable-libxvid --enable-liba52 \ --enable-postproc --enable-gpl --enable-vhook --enable-x11grab \ %if 0%{?suse_version} >= 1010 --enable-libgsm \ @@ -280,13 +280,6 @@ %{__mkdir_p} %{buildroot}%{_mandir} %{__mkdir_p} %{buildroot}%{_includedir} %{__make} DESTDIR=%{buildroot} install -#mandir=%{buildroot}%{_mandir} \ -# prefix=%{buildroot}%{_prefix} \ -# bindir=%{buildroot}%{_bindir} \ -# libdir=%{buildroot}%{_libdir} \ -# mandir=%{buildroot}%{_mandir} \ -# includedir=%{buildroot}%{_includedir} \ -# install %{__mkdir_p} %{buildroot}%{_includedir}/%{name} %{__mkdir_p} %{buildroot}%{_includedir}/postproc %{__mkdir_p} %{buildroot}%{_includedir}/libavcodec @@ -301,8 +294,7 @@ pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libavutil/*.h . && popd pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libpostproc/*.h . && popd pushd %{buildroot}%{_includedir}/%{name} && %{__ln_s} -f ../libswscale/*.h . && popd - -#pushd %{buildroot}%{_includedir}/postproc && %{__ln_s} -f ../libpostproc/*.h . && popd +pushd %{buildroot}%{_includedir}/postproc && %{__ln_s} -f ../libpostproc/*.h . && popd %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}