Skip to content

Commit 45701ff

Browse files
committed
disable 'acceleration-speed' test program so that we don't have to dllexport many functions
1 parent b1ea269 commit 45701ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ SUBDIRS+=enc265
1313
endif
1414

1515
SUBDIRS+=tools
16-
SUBDIRS+=acceleration-speed
16+
17+
# Remove acceleration-speed test program, because it needs many internal functions (that have to be dllexported).
18+
# On the other hand, that tool was only used for development.
19+
# SUBDIRS+=acceleration-speed
1720

1821
if ENABLE_SHERLOCK265
1922
SUBDIRS+=sherlock265

0 commit comments

Comments
 (0)