Add ffmpeg recipe

master
Karchnu 2021-04-23 02:05:27 +02:00
parent 5fc39246d1
commit 428c8863ca
2 changed files with 14 additions and 0 deletions

13
recipes/ffmpeg/Makefile Normal file
View File

@ -0,0 +1,13 @@
name = ffmpeg
version = 4.3.2
URL = https://ffmpeg.org/releases/ffmpeg-$(version).tar.xz
build-dependencies = nasm
dependencies = alsa-lib
# ffmpeg doesn't tolerate invalid configure options.
CONFIGURE_OPTIONS = --prefix=$(PREFIX)
SYSCONF ?= ../../
include $(SYSCONF)/package.mk

1
recipes/ffmpeg/README Normal file
View File

@ -0,0 +1 @@
Directory 'share/ffmpeg/examples' should be into -doc split.