From ad895a3eb17f967857b2fa028341a25a6775f352 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 7 Jan 2003 19:47:26 +0000 Subject: [PATCH] - added -I/usr/include/freetype2 to CPPFLAGS to allow build with Xft2 - warning: libavifile must be linked with the same version of Xft as qt! Changed files: avifile.spec -> 1.125 --- avifile.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avifile.spec b/avifile.spec index 4a6d493..440ab82 100644 --- a/avifile.spec +++ b/avifile.spec @@ -247,7 +247,8 @@ for f in $GEN_MOC; do moc -o "${f%.[!.]*}.moc" "$f"; done %endif %configure \ - CPPFLAGS="-I/usr/include/divx -I/usr/include/xvid" AS="%{__cc}" \ + CPPFLAGS="-I/usr/include/divx -I/usr/include/xvid -I/usr/include/freetype2" \ + AS="%{__cc}" \ FFMPEG_CFLAGS="%{rpmcflags} -ffast-math %{!?debug:-fomit-frame-pointer}" \ --with-qt-includes=%{_includedir}/qt \ --with-qt-libraries=%{_libdir} \ -- 2.44.0