Update FFmpeg to version 0.11.2. The API changed from 0.8. Minidlna in the feeds works with this, and a patch is forthcoming for libdlna. I'm not aware of what other packages might break with this update.
Two new ffmpeg tools, aviocat and ffeval, are not included in the package. ffeval is used for their development tests. Aviocat is used for dumping media streams. Signed-off-by: Ian Leonard <antonla...@gmail.com> --- Index: packages/multimedia/ffmpeg/Makefile =================================================================== --- packages/multimedia/ffmpeg/Makefile (revision 35725) +++ packages/multimedia/ffmpeg/Makefile (working copy) @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ffmpeg -PKG_VERSION:=0.8.12 +PKG_VERSION:=0.11.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ -PKG_MD5SUM:=c2e5a219e0c845fe11f9dae9c169640f +PKG_MD5SUM:=93c1908022567b321df74db7214da6ac PKG_LICENSE:=LGPLv2.1+ GPLv2+ LGPLv3 PKG_LICENSE_FILES:=COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel