From 3082177036ef9bada4ec8659cb463e0b8077bb7e Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 29 May 2018 09:32:16 -0700 Subject: LinGui: add speex decoder lib Fixes building with new ffmpeg. --- gtk/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') 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*) -- cgit v1.2.3