From: Michael Tremer Date: Thu, 26 Sep 2013 20:13:13 +0000 (+0200) Subject: ffmpeg: Don't use -fPIC and don't use strict aliasing. X-Git-Tag: v2.15-beta1~242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=309783b9d569e30c9ecc7c76e2e1c2aef57b981b;p=people%2Fpmueller%2Fipfire-2.x.git ffmpeg: Don't use -fPIC and don't use strict aliasing. --- diff --git a/lfs/ffmpeg b/lfs/ffmpeg index 0ee9c3e0b1..e2df5cc524 100644 --- a/lfs/ffmpeg +++ b/lfs/ffmpeg @@ -35,6 +35,9 @@ PAK_VER = 4 DEPS = "ffmpeg-libs sdl lame libvorbis xvid" +# Don't use PIC for libavcodec +CFLAGS += -fno-PIC -fno-strict-aliasing + ############################################################################### # Top-level Rules ###############################################################################