aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwsnipex <wsnipex@a1.net>2014-05-03 12:41:42 +0200
committerwsnipex <wsnipex@a1.net>2014-05-03 12:41:42 +0200
commita2b7ded9fd35c6323355fb8af88f250db8a8bebe (patch)
treeddc6351f10569baeb15ae975a103c3397fdf4799 /Makefile.in
parentf2bcc06841435fe2f1130c92e49d71d1dbd25215 (diff)
[configure] fix static linking when ffmpeg found nettle/hogweed
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1db6ee22c2..754f15396b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -481,7 +481,7 @@ FFMPEGOBJS = lib/ffmpeg/libavcodec/libavcodec.a \
lib/ffmpeg/libpostproc/libpostproc.a \
lib/ffmpeg/libswscale/libswscale.a
DYNOBJSXBMC+= $(FFMPEGOBJS)
-LIBS+= @GNUTLS_ALL_LIBS@ @VORBISENC_ALL_LIBS@
+LIBS+= @GNUTLS_ALL_LIBS@ @VORBISENC_ALL_LIBS@ @HOGWEED_ALL_LIBS@
$(FFMPEGOBJS): dvdpcodecs
endif