build: Remove disable-md5 option for libvpx build
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>
Thu, 15 Oct 2015 16:20:21 +0000 (19:20 +0300)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Mon, 19 Oct 2015 14:05:25 +0000 (16:05 +0200)
The configure option --disable-md5 was provided in libvpx-1.3.0 which
has been removed in 1.4.0.

ext/libvpx/Makefile.am

index 42db549..cdb5ffa 100644 (file)
@@ -98,7 +98,6 @@ vpx.configure.stamp:
                --$(VP9_DECODER)-vp9-decoder                            \
                --$(VP9_ENCODER)-vp9-encoder                            \
                --enable-runtime-cpu-detect                             \
-               --disable-md5                                           \
                --disable-examples                                      \
                --disable-docs                                          \
                --disable-unit-tests                                    && \