mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 13:38:48 +00:00
vpx: Integrate test into the build system too
This commit is contained in:
parent
8337fcfe99
commit
b0459448b7
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,12 @@ else
|
||||||
check_taglib =
|
check_taglib =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_VPX
|
||||||
|
check_vpx=elements/vp8enc elements/vp8dec
|
||||||
|
else
|
||||||
|
check_vpx=
|
||||||
|
endif
|
||||||
|
|
||||||
if USE_WAVPACK
|
if USE_WAVPACK
|
||||||
check_wavpack = \
|
check_wavpack = \
|
||||||
elements/wavpackdec \
|
elements/wavpackdec \
|
||||||
|
@ -154,6 +160,7 @@ check_PROGRAMS = \
|
||||||
$(check_soup) \
|
$(check_soup) \
|
||||||
$(check_sunaudio) \
|
$(check_sunaudio) \
|
||||||
$(check_taglib) \
|
$(check_taglib) \
|
||||||
|
$(check_vpx) \
|
||||||
$(check_wavpack) \
|
$(check_wavpack) \
|
||||||
$(check_orc)
|
$(check_orc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue