]> granicus.if.org Git - handbrake/commitdiff
LinGui: add speex decoder lib
authorJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 29 May 2018 16:32:16 +0000 (09:32 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Tue, 29 May 2018 16:32:16 +0000 (09:32 -0700)
Fixes building with new ffmpeg.

gtk/configure.ac

index 550cbaff4e260ce1055aef990f4ea77f86dd18f6..e287bfdcc438ec9e0b5a4266641223f85691463b 100644 (file)
@@ -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*)