Add ffmpeg recipe
parent
5fc39246d1
commit
428c8863ca
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
Directory 'share/ffmpeg/examples' should be into -doc split.
|
Loading…
Reference in New Issue