From: Peter Korsgaard Date: Tue, 14 Jan 2014 09:57:50 +0000 (+0100) Subject: vlc: correct libtheora dependency name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=373d6f385e8a471a8bbe4fbe32cfd9bf64ae39ae;p=buildroot.git vlc: correct libtheora dependency name Fixes http://autobuild.buildroot.net/results/7b5/7b5387fa4e50036b7db407bf6ce866156bafcfdd/ Signed-off-by: Peter Korsgaard --- diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index d144608322..516876b6cd 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -139,7 +139,7 @@ endif ifeq ($(BR2_PACKAGE_LIBTHEORA),y) VLC_CONF_OPT += --enable-theora -VLC_DEPENDENCIES += theora +VLC_DEPENDENCIES += libtheora else VLC_CONF_OPT += --disable-theora endif