]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- add asm.h (for mplayer shared ffmpeg build)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Apr 2014 11:18:24 +0000 (13:18 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 Apr 2014 11:18:24 +0000 (13:18 +0200)
ffmpeg.spec

index c6cdc703677a81b8cbd3abf59cfbfc086fbf6006..e1bf94d3d8b461a9ad47fd06e2f5abaa5a102ace 100644 (file)
@@ -516,7 +516,7 @@ install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},/etc/{sysconfig,rc.d/init.
 
 # install nonstandard, non-public headers manually
 cp -a config.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
-for a in libavutil/*/bswap.h; do
+for a in libavutil/*/{asm,bswap}.h; do
        install -Dp $a $RPM_BUILD_ROOT%{_includedir}/$a
 done
 cp -a libavformat/riff.h $RPM_BUILD_ROOT%{_includedir}/libavformat
This page took 0.068191 seconds and 4 git commands to generate.