projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbce9cd
)
ffmpeg: add missing MD5SUM, add missing dependency on libpostproc to ffmpeg, bump...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 20 Jun 2010 02:40:04 +0000
(
02:40
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 20 Jun 2010 02:40:04 +0000
(
02:40
+0000)
SVN-Revision: 21845
multimedia/ffmpeg/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/ffmpeg/Makefile
b/multimedia/ffmpeg/Makefile
index 718a839d2b047077782cc5c56a3e666fd6fa8ba9..75e9e1be9563a62c578c8c156996f15a070cf6c8 100644
(file)
--- a/
multimedia/ffmpeg/Makefile
+++ b/
multimedia/ffmpeg/Makefile
@@
-9,11
+9,11
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ffmpeg
PKG_VERSION:=0.5.2
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ffmpeg.org/releases/
-PKG_MD5SUM:=
+PKG_MD5SUM:=
451eb428ca97a72c00555d50944cdb24
FFMPEG_ENCODERS:= \
ac3 \
@@
-105,7
+105,7
@@
$(call Package/ffmpeg/Default)
SECTION:=multimedia
CATEGORY:=Multimedia
TITLE+= program
- DEPENDS+= +libpthread +libffmpeg
+ DEPENDS+= +libpthread +libffmpeg
+libpostproc
endef
define Package/ffmpeg/description