Changes of Revision 22
[-] | 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 +export FFMPEG_CFLAGS="-I%{_includedir}/ffmpeg" 7 8 NO_CONFIGURE=1 ./autogen.sh 9 10 |