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