vlc: correct libtheora dependency name

Fixes http://autobuild.buildroot.net/results/7b5/7b5387fa4e50036b7db407bf6ce866156bafcfdd/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-01-14 10:57:50 +01:00
parent c1019e0cae
commit 373d6f385e

View File

@ -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