diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-22 16:25:09 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-08-22 16:25:09 +0200 |
commit | 5eb55d1f5742c9d03891ac8a56a4df233236dfd3 (patch) | |
tree | 47242db4042717dafc311095620652dcbf40a875 /recipes/libtheora.recipe | |
parent | 8be0455fb7953a357b54f9dae9f0ac036140e960 (diff) |
Fix everything up to gst-plugins-base to build on Android
Diffstat (limited to 'recipes/libtheora.recipe')
-rw-r--r-- | recipes/libtheora.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libtheora.recipe b/recipes/libtheora.recipe index 601b7bf2..5d7a9ea0 100644 --- a/recipes/libtheora.recipe +++ b/recipes/libtheora.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.BSD] deps = ['libogg', 'libvorbis'] allow_parallel_build = False + config_sh = 'sh autogen.sh' files_libs = ['libtheora', 'libtheoradec', 'libtheoraenc'] files_bins = ['dvconnect', 'encodedv', 'dubdv'] |