summaryrefslogtreecommitdiff
path: root/run/tests
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-01 22:44:38 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-03 10:12:52 +0100
commit032e484a267da1262803297a96f23420f01a65c8 (patch)
tree7d196ce81955dbd70e6324f2b09744c557defb33 /run/tests
parent08fa1aa2bc718635c3ae0f991800c6c6cfd62a2b (diff)
Remove DCP subtitle support.v1.6.41
This was only a thin wrapper around libdcp, used by videocon but not by DCP-o-matic. It seems very unlikely that anybody else will want it, and the dependency of libsub on libdcp causes hassle that will be gladly avoided.
Diffstat (limited to 'run/tests')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 8834a57..5154e73 100755
--- a/run/tests
+++ b/run/tests
@@ -2,7 +2,7 @@
private=../libsub-test-private
-export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/usr/local/lib64:$LD_LIBRARY_PATH
+export LD_LIBRARY_PATH=build/src:/usr/local/lib64:$LD_LIBRARY_PATH
if [ "$1" == "--debug" ]; then
shift
gdb --args build/test/tests $private $*