View | Details | Raw Unified | Return to bug 206966 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/multimedia/ffmpeg/Makefile 2016-02-06 12:18:27.304650199 +0300 (-1 / +1 lines)
Lines 417-423 Link Here
417
               --cc="${CC}" \
417
               --cc="${CC}" \
418
               --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \
418
               --extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \
419
               --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \
419
               --extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \
420
               --extra-libs="-lpthread"
420
               --extra-libs="-lpthread -liconv"
421
421
422
CONFIGURE_ENV_armv6_clang=     ASFLAGS=-no-integrated-as
422
CONFIGURE_ENV_armv6_clang=     ASFLAGS=-no-integrated-as
423
CONFIGURE_ARGS_armv6=          --disable-fast-unaligned
423
CONFIGURE_ARGS_armv6=          --disable-fast-unaligned

Return to bug 206966