Explorar el Código

Merge pull request #1267 from antonlacon/ffmpeg-2.6.x

ffmpeg: update to 2.6.3, remove stray spaces
Ted Hess hace 9 años
padre
commit
94222c8d5f
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4
    4
      multimedia/ffmpeg/Makefile

+ 4
- 4
multimedia/ffmpeg/Makefile Ver fichero

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=ffmpeg
11
-PKG_VERSION:=2.6.2
11
+PKG_VERSION:=2.6.3
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:=e75d598921285d6775f20164a91936ac
16
+PKG_MD5SUM:=e2cc3c209f91393d35ab58598e41cf22
17 17
 PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
18 18
 
19 19
 PKG_LICENSE:=LGPL-2.1+ GPL-2+ LGPL-3
@@ -125,7 +125,7 @@ FFMPEG_MINI_DECODERS:= \
125 125
 	wmav1 \
126 126
 	wmav2 \
127 127
 
128
-FFMPEG_MINI_DEMUXERS := \
128
+FFMPEG_MINI_DEMUXERS:= \
129 129
 	aac \
130 130
 	ac3 \
131 131
 	avi \
@@ -144,7 +144,7 @@ FFMPEG_MINI_PARSERS:= \
144 144
 	mpeg4video \
145 145
 	mpegaudio \
146 146
 
147
-FFMPEG_MINI_PROTOCOLS := \
147
+FFMPEG_MINI_PROTOCOLS:= \
148 148
 	file \
149 149
 
150 150
 FFMPEG_AUDIO_DECODERS:= \