From: John Stebbins Date: Tue, 29 May 2018 16:32:16 +0000 (-0700) Subject: LinGui: add speex decoder lib X-Git-Tag: 1.2.0~437 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3082177036ef9bada4ec8659cb463e0b8077bb7e;p=handbrake LinGui: add speex decoder lib Fixes building with new ffmpeg. --- diff --git a/gtk/configure.ac b/gtk/configure.ac index 550cbaff4..e287bfdcc 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -177,7 +177,7 @@ PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES]) GHB_CFLAGS="$HBINC $GHB_CFLAGS" -HB_LIBS="-lhandbrake -lavresample -lavformat -lavfilter -lavcodec -lavutil -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus" +HB_LIBS="-lhandbrake -lavresample -lavformat -lavfilter -lavcodec -lavutil -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex" case $host in *-*-mingw*)