From 73ca357b16032ea6e64c59400b472bf2e596b76a Mon Sep 17 00:00:00 2001 From: kyak Date: Wed, 11 May 2011 21:09:59 +0400 Subject: [PATCH] update ffmpeg to a working git revision --- mplayer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mplayer/Makefile b/mplayer/Makefile index e0146aa..a6a4e83 100644 --- a/mplayer/Makefile +++ b/mplayer/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=MPlayer PKG_REV:=33341 -FFMPEG_REV:=97dc86b793efb9c6ac604cdfff4027fe27efa12c6 +FFMPEG_REV:=3b6bbfa0631d237f2bbc85a7b43907733bea1e82 PKG_VERSION:=r$(PKG_REV) -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE=$(PKG_NAME)-$(PKG_VERSION).tar.gz FFMPEG_SOURCE_URL:=git://git.videolan.org/ffmpeg.git