diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-01-14 10:57:50 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-14 10:57:50 +0100 |
| commit | 373d6f385e8a471a8bbe4fbe32cfd9bf64ae39ae (patch) | |
| tree | 035db6866228624c5b7d6cd9bc23a682ca4fdec8 /package/vlc | |
| parent | c1019e0cae180f41942a6da5cf9d9fad362eb0b0 (diff) | |
| download | buildroot-373d6f385e8a471a8bbe4fbe32cfd9bf64ae39ae.tar.gz buildroot-373d6f385e8a471a8bbe4fbe32cfd9bf64ae39ae.zip | |
vlc: correct libtheora dependency name
Fixes http://autobuild.buildroot.net/results/7b5/7b5387fa4e50036b7db407bf6ce866156bafcfdd/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/vlc')
| -rw-r--r-- | package/vlc/vlc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

