mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +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 =
|
||||
endif
|
||||
|
||||
if USE_VPX
|
||||
check_vpx=elements/vp8enc elements/vp8dec
|
||||
else
|
||||
check_vpx=
|
||||
endif
|
||||
|
||||
if USE_WAVPACK
|
||||
check_wavpack = \
|
||||
elements/wavpackdec \
|
||||
|
@ -154,6 +160,7 @@ check_PROGRAMS = \
|
|||
$(check_soup) \
|
||||
$(check_sunaudio) \
|
||||
$(check_taglib) \
|
||||
$(check_vpx) \
|
||||
$(check_wavpack) \
|
||||
$(check_orc)
|
||||
|
||||
|
|
Loading…
Reference in a new issue