Lines 34-44
Link Here
|
34 |
FFMPEG_BROKEN= fails to build with ffmpeg 4.0, see bug 227748 |
34 |
FFMPEG_BROKEN= fails to build with ffmpeg 4.0, see bug 227748 |
35 |
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg |
35 |
FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg |
36 |
FFMPEG_CONFIGURE_WITH= system-libav |
36 |
FFMPEG_CONFIGURE_WITH= system-libav |
37 |
FFMPEG_BUILD_DEPENDS_OFF=as:devel/binutils nasm:devel/nasm |
37 |
FFMPEG_BUILD_DEPENDS_OFF= nasm:devel/nasm |
38 |
FFMPEG_CONFIGURE_ENV_OFF=${MACHINE:Marm*:C/.+/ASFLAGS=-no-integrated-as/} |
|
|
39 |
FFMPEG_MAKE_ENV_OFF= V=1 |
38 |
FFMPEG_MAKE_ENV_OFF= V=1 |
40 |
FFMPEG_VARS_OFF+= NOPRECIOUSMAKEVARS=yes # ARCH |
39 |
FFMPEG_VARS_OFF+= NOPRECIOUSMAKEVARS=yes # ARCH |
41 |
FFMPEG_VARS_OFF+= LLD_UNSAFE=yes # aarch64 |
|
|
42 |
|
40 |
|
43 |
post-patch: |
41 |
post-patch: |
44 |
@${REINPLACE_CMD} -e 's|-Werror||g' \ |
42 |
@${REINPLACE_CMD} -e 's|-Werror||g' \ |