ffmpeg: install ffserver and ffprobe when using custom versions 9192/head
authorIan Leonard <antonlacon@gmail.com>
Fri, 7 Jun 2019 20:23:41 +0000 (13:23 -0700)
committerIan Leonard <antonlacon@gmail.com>
Fri, 7 Jun 2019 20:37:22 +0000 (13:37 -0700)
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
multimedia/ffmpeg/Makefile

index bffb9c3d8937abd0dd56da3132566c213665b9e6..2f8ae44d63decc437f672c7069533310a3c9e426 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ffmpeg
 PKG_VERSION:=3.4.6
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://ffmpeg.org/releases/
@@ -752,11 +752,15 @@ define Package/ffprobe/install
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/ffprobe $(1)/usr/bin/
 endef
 
+Package/ffprobe-custom/install = $(Package/ffprobe/install)
+
 define Package/ffserver/install
        $(INSTALL_DIR) $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/ffserver $(1)/usr/bin/
 endef
 
+Package/ffserver-custom/install = $(Package/ffserver/install)
+
 define Package/libffmpeg-custom/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{avcodec,avdevice,avformat,avutil}.so.* $(1)/usr/lib/