vlc: correct libtheora dependency name
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Jan 2014 09:57:50 +0000 (10:57 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Jan 2014 09:57:50 +0000 (10:57 +0100)
Fixes http://autobuild.buildroot.net/results/7b5/7b5387fa4e50036b7db407bf6ce866156bafcfdd/

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vlc/vlc.mk

index d14460832222df3da4b21fc85c44a5a64161573e..516876b6cdeb7d841f9deeafe8eb12f34013a6b4 100644 (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