projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb4fee
)
[packages] ffmpeg: fix typo in libffmpeg-full dependencies (thanks to Espen Jürgensen)
author
Nicolas Thill
<nico@openwrt.org>
Wed, 19 Oct 2011 06:23:30 +0000
(06:23 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 19 Oct 2011 06:23:30 +0000
(06:23 +0000)
SVN-Revision: 28488
multimedia/ffmpeg/Makefile
patch
|
blob
|
history
diff --git
a/multimedia/ffmpeg/Makefile
b/multimedia/ffmpeg/Makefile
index e096e27fe0d0f88db8eb88102b412e6705ece8ef..13e6566984e7339d1336cd6eca7752f694c8e5e6 100644
(file)
--- a/
multimedia/ffmpeg/Makefile
+++ b/
multimedia/ffmpeg/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=ffmpeg
PKG_VERSION:=0.8.2
-PKG_RELEASE:=
2
+PKG_RELEASE:=
3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://ffmpeg.org/releases/
@@
-242,7
+242,7
@@
endef
define Package/libffmpeg-full
$(call Package/libffmpeg/Default)
TITLE+= (full)
- DEPENDS+= @BUILD_PATENTED +alsa-lib
s
+ DEPENDS+= @BUILD_PATENTED +alsa-lib
VARIANT:=full
endef