summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2017-10-31 23:14:03 +0100
committerSven Gothel <[email protected]>2017-10-31 23:14:03 +0100
commit231369ca904cf10d40ea96b42d8265455f774608 (patch)
tree706d7c0e0d1ab1b74c11d196aae69ad06523f1e7 /gtk
parentd8042e4b54ada7076f31ecc3b402cf3cd3fae496 (diff)
NVENC: Use latest FFMPEG 3.4 working with NVENC
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 93ef3cf20..74ce17a3f 100644
--- a/gtk/configure.ac
+++ b/gtk/configure.ac
@@ -168,7 +168,7 @@ PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES])
GHB_CFLAGS="$HBINC $GHB_CFLAGS"
-HB_LIBS="-lhandbrake -lavresample -lavformat -lavcodec -lavfilter -lavutil -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"
case $host in
*-*-mingw*)