summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-06-14 17:20:58 -0700
committerJohn Stebbins <[email protected]>2018-06-27 10:34:38 -0700
commite7b1636fca20d91241ff3e1c12919a3123d05daf (patch)
tree67866cef1b93620d50832daed5fdde75280b5450 /gtk
parentb25af79e205c55f9f09b93a88e3f4f7cc18acb8c (diff)
audio_resample: switch from avresample to swresample
Eliminates deprecation warnings for avresample
Diffstat (limited to 'gtk')
-rw-r--r--gtk/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac
index c9523bb28..fd196562e 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -178,7 +178,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 -lspeex -llzma"
+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"
case $host in
*-*-mingw*)