media-video/handbrake: Tidy old, fix git ebuild
[gentoo.git] / media-video / handbrake / files / handbrake-9999-libdl-link.patch
1 diff --git a/gtk/configure.ac b/gtk/configure.ac
2 index 92aabcbe8..1f4a1df95 100644
3 --- a/gtk/configure.ac
4 +++ b/gtk/configure.ac
5 @@ -199,7 +199,7 @@ PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES])
6  
7  GHB_CFLAGS="$HBINC $GHB_CFLAGS"
8  
9 -HB_LIBS="-lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma"
10 +HB_LIBS="-lhandbrake -lavformat -lavfilter -lavcodec -lavutil -ldav1d -lswresample -lpostproc -ldvdnav -ldvdread -lmp3lame -lvorbis -lvorbisenc -logg -lx264 -lswscale -ltheoraenc -ltheoradec -lvpx -lz -lbz2 -lbluray -lass -lfontconfig -lfreetype -lxml2 -ljansson -lopus -lspeex -llzma -ldl"
11  
12  if test "x$use_fdk_aac" = "xyes" ; then
13      HB_LIBS="$HB_LIBS -lfdk-aac"