mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #1192 from psycho-nico/ft-ffmpeg-add-icecast-transport
ffmpeg: add icecast transport
This commit is contained in:
@@ -406,6 +406,10 @@ config FFMPEG_CUSTOM_PROTOCOL_file
|
|||||||
config FFMPEG_CUSTOM_PROTOCOL_http
|
config FFMPEG_CUSTOM_PROTOCOL_http
|
||||||
bool "http:"
|
bool "http:"
|
||||||
|
|
||||||
|
config FFMPEG_CUSTOM_PROTOCOL_icecast
|
||||||
|
bool "icecast:"
|
||||||
|
select FFMPEG_CUSTOM_PROTOCOL_http
|
||||||
|
|
||||||
config FFMPEG_CUSTOM_PROTOCOL_pipe
|
config FFMPEG_CUSTOM_PROTOCOL_pipe
|
||||||
bool "pipe:"
|
bool "pipe:"
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ffmpeg
|
PKG_NAME:=ffmpeg
|
||||||
PKG_VERSION:=2.5.5
|
PKG_VERSION:=2.5.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://ffmpeg.org/releases/
|
PKG_SOURCE_URL:=http://ffmpeg.org/releases/
|
||||||
@@ -108,7 +108,7 @@ FFMPEG_CUSTOM_PARSERS:= \
|
|||||||
mpegvideo \
|
mpegvideo \
|
||||||
|
|
||||||
FFMPEG_CUSTOM_PROTOCOLS:= \
|
FFMPEG_CUSTOM_PROTOCOLS:= \
|
||||||
file http pipe rtp tcp udp
|
file http icecast pipe rtp tcp udp
|
||||||
|
|
||||||
FFMPEG_MINI_DECODERS:= \
|
FFMPEG_MINI_DECODERS:= \
|
||||||
aac \
|
aac \
|
||||||
@@ -202,7 +202,7 @@ FFMPEG_AUDIO_PARSERS:= \
|
|||||||
mpegaudio \
|
mpegaudio \
|
||||||
|
|
||||||
FFMPEG_AUDIO_PROTOCOLS:= \
|
FFMPEG_AUDIO_PROTOCOLS:= \
|
||||||
file http rtp tcp udp
|
file http icecast rtp tcp udp
|
||||||
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user