diff options
author | John Stebbins <[email protected]> | 2018-05-29 09:32:16 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-05-29 09:32:16 -0700 |
commit | 3082177036ef9bada4ec8659cb463e0b8077bb7e (patch) | |
tree | d82069a244a5a17fd6eb2390ae72e93d442a550d /gtk/configure.ac | |
parent | 83dfde11d85a3ee1a7583049c75f1044bd62c94b (diff) |
LinGui: add speex decoder lib
Fixes building with new ffmpeg.
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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*) |