Disable avdemux_mm 78/58478/2 accepted/tizen/ivi/20160218.024820 accepted/tizen/mobile/20160202.113512 accepted/tizen/tv/20160202.113549 accepted/tizen/wearable/20160202.113626 submit/tizen/20160201.105528 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000005
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 1 Feb 2016 10:49:35 +0000 (19:49 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 1 Feb 2016 10:51:05 +0000 (19:51 +0900)
Fixed TSAM-888 issue (some wav file occur crash in avdemux_mm during check gst_type_find_helper_for_data)

Change-Id: Iee35bbe2695e7f1b5f68474de01d52fcb9fa51fd
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
packaging/gst-libav.spec

index 4a91161..fbc9feb 100644 (file)
@@ -42,7 +42,8 @@ export CFLAGS+=" -Wall -g -fPIC\
 %configure  --disable-static \
        --enable-lgpl\
        --prefix=%{_prefix} \
-       --with-html-dir=/tmp/dump
+       --with-html-dir=/tmp/dump\
+       --with-libav-extra-configure="--disable-demuxer=mm"
 
 
 make %{?jobs:-j%jobs}