Browse Source

ffmpeg: Upgrade to 2.4.2. Supress libffmpeg-custom when ALL selected

Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess 10 years ago
parent
commit
19e545b593
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      multimedia/ffmpeg/Makefile

+ 3
- 3
multimedia/ffmpeg/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ffmpeg
11
-PKG_VERSION:=2.3.4
11
+PKG_VERSION:=2.4.2
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=http://ffmpeg.org/releases/
16
-PKG_MD5SUM:=d6a0c7f0827a2446ca2bed11ac9bf608
16
+PKG_MD5SUM:=9e6163b09b7b9331b834d80874c2c0ff
17 17
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
18 18
 
19 19
 PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3
@@ -289,7 +289,7 @@ endef
289 289
 define Package/libffmpeg-custom
290 290
 $(call Package/libffmpeg/Default)
291 291
  TITLE+= (custom)
292
- DEPENDS+= @DEVEL +libopus +libspeex
292
+ DEPENDS+= @DEVEL @!ALL +libopus +libspeex
293 293
  VARIANT:=custom
294 294
  MENU:=1
295 295
 endef