[packages/ffmpeg] - add asm.h (for mplayer shared ffmpeg build)

arekm arekm at pld-linux.org
Tue Apr 29 13:18:26 CEST 2014


commit 80428adeb13bab62012880714ba6effbfa59356b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Apr 29 13:18:24 2014 +0200

    - add asm.h (for mplayer shared ffmpeg build)

 ffmpeg.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index c6cdc70..e1bf94d 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ffmpeg.git/commitdiff/80428adeb13bab62012880714ba6effbfa59356b



More information about the pld-cvs-commit mailing list