mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
build: Remove disable-md5 option for libvpx build
The configure option --disable-md5 was provided in libvpx-1.3.0 which has been removed in 1.4.0.
This commit is contained in:
parent
f06798aa8a
commit
a8c973e960
1 changed files with 0 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue