mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 15:23:27 +08:00
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:
parent
c1019e0cae
commit
373d6f385e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user