mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
validate: Fix gstcheck when not running on a meson build dir
This commit is contained in:
parent
0ee2147137
commit
ce0d2ee3e1
2 changed files with 3 additions and 2 deletions
|
@ -4,4 +4,5 @@ SUBDIRS =
|
||||||
|
|
||||||
apps_PYTHON = \
|
apps_PYTHON = \
|
||||||
__init__.py \
|
__init__.py \
|
||||||
gstvalidate.py
|
gstvalidate.py \
|
||||||
|
gstcheck.py
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||||
# Boston, MA 02110-1301, USA.
|
# Boston, MA 02110-1301, USA.
|
||||||
import argparse
|
import argparse
|
||||||
import config
|
|
||||||
import os
|
import os
|
||||||
import pickle
|
import pickle
|
||||||
import platform
|
import platform
|
||||||
|
@ -25,6 +24,7 @@ import shutil
|
||||||
import threading
|
import threading
|
||||||
import concurrent.futures as conc
|
import concurrent.futures as conc
|
||||||
|
|
||||||
|
from launcher import config
|
||||||
from launcher.utils import printc, Colors
|
from launcher.utils import printc, Colors
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue