Changes of Revision 24
[-] | Changed | xine-lib.spec |
1
2 export XINE_DOCPATH="%{_docdir}/%{name}" 3 export PKG_CONFIG="%{_bindir}/pkg-config" 4 export FFMPEG_CFLAGS="-I%{_includedir}/ffmpeg" 5 +export FFMPEG_POSTPROC_CFLAGS="-I%{_includedir}/ffmpeg" 6 7 NO_CONFIGURE=1 ./autogen.sh 8 9 |