diff options
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 9c1dbd2cd..da65bc926 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -2,15 +2,15 @@ if MINGW HB_LIBS= \ - -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \ - -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \ - -lx264 -lmp4v2 -lswscale -ltheora -lz \ + -lhb -la52 -lmkv -lavresample -lavformat -lavcodec -lavutil -ldca \ + -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc \ + -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheora -lz \ -lbz2 -liberty -lpthreadGC2 -lbluray -lass -lfontconfig -lfreetype else HB_LIBS= \ - -lhb -la52 -lmkv -lavformat -lavcodec -lavutil -ldca -ldvdnav -ldvdread \ - -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc -logg -lsamplerate \ - -lx264 -lmp4v2 -lswscale -ltheora -lz \ + -lhb -la52 -lmkv -lavresample -lavformat -lavcodec -lavutil -ldca \ + -ldvdnav -ldvdread -lfaac -lmp3lame -lmpeg2 -lvorbis -lvorbisenc \ + -logg -lsamplerate -lx264 -lmp4v2 -lswscale -ltheora -lz \ -lbz2 -lpthread -lbluray -lass -lfontconfig -lfreetype endif |