diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-25 16:29:08 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-25 16:29:08 +0000 |
commit | 2b10df715600a249450cb61f50fc5916a80ca43a (patch) | |
tree | 021151fb4f25dc70f5f88877e9f2aebe6a5371ae /packages/libogg | |
parent | ad70c238e23834669bcbb6a1bdb192fa69e89508 (diff) |
packages/libogg/libtheora: The encoder example is using vorbis add it to the DEPENDS
Add libvorbis to the DEPENDS as the encoder example is using libvorbis.
Diffstat (limited to 'packages/libogg')
-rw-r--r-- | packages/libogg/libtheora_0.9+1.0alpha7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libogg/libtheora_0.9+1.0alpha7.bb b/packages/libogg/libtheora_0.9+1.0alpha7.bb index 67ec27b560..5a372b65a1 100644 --- a/packages/libogg/libtheora_0.9+1.0alpha7.bb +++ b/packages/libogg/libtheora_0.9+1.0alpha7.bb @@ -1,5 +1,5 @@ -DEPENDS = "libogg libsdl-x11" +DEPENDS = "libogg libvorbis libsdl-x11" SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz" |