diff options
Diffstat (limited to 'recipes/gst-validate.recipe')
-rw-r--r-- | recipes/gst-validate.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe index ebc0aaf1..d4cee649 100644 --- a/recipes/gst-validate.recipe +++ b/recipes/gst-validate.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '1.0' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-devtools'} - commit = 'origin/1.8' + commit = '1.8.2' srcdir = 'validate' config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= ' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0'] |