diff options
author | Bradley Sepos <[email protected]> | 2018-08-13 17:27:24 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2018-08-16 18:26:03 -0400 |
commit | 4b7a96048aa0ebef75079423b64549b763208f32 (patch) | |
tree | 5fbf18aca309bd2cc9757867e69d4cfdd40f093b /gtk/configure.ac | |
parent | 29f1a1ee0f951ee6c9e295500a93b05304c562dd (diff) |
contrib: gtk: libhb: macosx: test: Remove remaining traces of libavresample.
Extension of and closes #1422.
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 fc2eee0c0..bd1916a49 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -179,7 +179,7 @@ PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES]) GHB_CFLAGS="$HBINC $GHB_CFLAGS" -HB_LIBS="-lhandbrake -lavformat -lavfilter -lavcodec -lavutil -lavresample -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lsamplerate -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma" +HB_LIBS="-lhandbrake -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 -llzma" case $host in *-*-mingw*) |