diff options
-rw-r--r-- | gtk/src/Makefile.am | 5 | ||||
-rw-r--r-- | test/module.defs | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 3fc616027..06e5f09dd 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -5,13 +5,14 @@ HB_LIBS= \ -lhb -la52 -lmkv -lavresample -lavformat -lavcodec -lavutil \ -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc \ -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheoraenc -ltheoradec -lz \ - -lbz2 -lpthreadGC2 -lbluray -lass -lfontconfig -lfreetype -lgmodule-2.0 + -lbz2 -lpthreadGC2 -lbluray -lass -lfontconfig -lfreetype -lxml2 \ + -lgmodule-2.0 else HB_LIBS= \ -lhb -la52 -lmkv -lavresample -lavformat -lavcodec -lavutil \ -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc \ -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheoraenc -ltheoradec -lz \ - -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype + -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype -lxml2 endif icons = \ diff --git a/test/module.defs b/test/module.defs index 5f825e3a7..f057db3cc 100644 --- a/test/module.defs +++ b/test/module.defs @@ -17,7 +17,7 @@ TEST.GCC.l = \ a52 ass avcodec avformat avutil avresample dvdnav dvdread faac \ fontconfig freetype fribidi mkv mpeg2 mp3lame mp4v2 ogg \ samplerate swscale theoraenc theoradec vorbis vorbisenc x264 \ - xml2 bluray bz2 z + bluray xml2 bz2 z TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe)) |