1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/ports/libavcodec/libavcodec.port

9 lines
342 B
Text
Raw Normal View History

NAME=libavcodec
SOURCE_PORT=ffmpeg
2022-06-14 13:42:17 -04:00
BUILD_LIBRARIES='libfontconfig? libfreetype? libiconv? liblzma? libssl? libtheora? libvorbis? libxml2? libz?'
2022-08-28 17:00:38 -04:00
LICENSE=LGPL-3.0-or-later
BUILD_SYSTEM=configure
DIRTY_FILE=ffbuild/config.mak
CONFIGURE_ARGS='--disable-x86asm --enable-version3 --optflags=" " --disable-debug --disable-programs'
MAKE_VARS='V=1'