diff options
-rw-r--r-- | test/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/module.defs b/test/module.defs index d231ccb78..ce60e0d46 100644 --- a/test/module.defs +++ b/test/module.defs @@ -15,9 +15,9 @@ TEST.libs = $(LIBHB.a) TEST.GCC.l = \ a52 ass avcodec avformat avutil avresample dvdnav dvdread \ - fontconfig freetype fribidi mp3lame ogg \ + fontconfig fribidi mp3lame ogg \ samplerate swscale theoraenc theoradec vorbis vorbisenc x264 \ - bluray xml2 bz2 z + bluray freetype xml2 bz2 z ifeq (1,$(FEATURE.qsv)) TEST.GCC.D += USE_QSV HAVE_THREADS=1 |