Browse Source

ffmpeg: disable lzma explicitly

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 9 years ago
parent
commit
c3a822ef3d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      multimedia/ffmpeg/Makefile

+ 1
- 0
multimedia/ffmpeg/Makefile View File

@@ -395,6 +395,7 @@ FFMPEG_CONFIGURE:= \
395 395
 	--disable-mipsfpu \
396 396
 	\
397 397
 	--disable-dxva2 \
398
+	--disable-lzma \
398 399
 	--disable-vaapi \
399 400
 	--disable-vda \
400 401
 	--disable-vdpau \