From d4e2337efbb4f3c5b6836fe52fa1d6738d6d8ac8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 30 Nov 2013 13:10:24 +0100 Subject: [PATCH] - pass freetype2 include dir to configure (not detected there) --- ffmpeg.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 49c4535..320fdaa 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -38,7 +38,7 @@ Summary: FFmpeg - a very fast video and audio converter Summary(pl.UTF-8): FFmpeg - szybki konwerter audio/wideo Name: ffmpeg Version: 2.1.1 -Release: 2.1 +Release: 2.2 # LGPL or GPL, chosen at configure time (GPL version is more featured) # (postprocessing, some filters, x264, xavs, xvid, x11grab) # using v3 allows Apache-licensed libs (opencore-amr, libvo-*enc) @@ -402,7 +402,7 @@ EOF --libdir=%{_libdir} \ --shlibdir=%{_libdir} \ --mandir=%{_mandir} \ - --extra-cflags="-D_GNU_SOURCE=1 %{rpmcppflags} %{rpmcflags}" \ + --extra-cflags="-D_GNU_SOURCE=1 %{rpmcppflags} %{rpmcflags} -I/usr/include/freetype2" \ --extra-ldflags="%{rpmcflags} %{rpmldflags}" \ --cc="%{__cc}" \ --disable-debug \ -- 2.44.0