Add ffmpeg recipe
This commit is contained in:
parent
5fc39246d1
commit
428c8863ca
13
recipes/ffmpeg/Makefile
Normal file
13
recipes/ffmpeg/Makefile
Normal 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
1
recipes/ffmpeg/README
Normal file
@ -0,0 +1 @@
|
|||||||
|
Directory 'share/ffmpeg/examples' should be into -doc split.
|
Loading…
Reference in New Issue
Block a user