summaryrefslogtreecommitdiff
path: root/recipes/gst-ffmpeg.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-16 00:33:41 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-04-16 10:47:22 +0200
commit68bb2199507e4d2d3fe4ff4c9d99b04d560cdee5 (patch)
tree1f7279016a27643db5b1ddfd2a94a8ce0cbcadb1 /recipes/gst-ffmpeg.recipe
parent8e3302fcf82f5391660668b9d5f00859abc3119e (diff)
gst-ffmpeg: build with w32 threads on windows
Diffstat (limited to 'recipes/gst-ffmpeg.recipe')
-rw-r--r--recipes/gst-ffmpeg.recipe5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gst-ffmpeg.recipe b/recipes/gst-ffmpeg.recipe
index af20276..350ee26 100644
--- a/recipes/gst-ffmpeg.recipe
+++ b/recipes/gst-ffmpeg.recipe
@@ -10,3 +10,8 @@ class Recipe(recipe.Recipe):
deps = ['gstreamer', 'gst-plugins-base', 'bzip2', 'zlib' ]
files_codecs = ['lib/gstreamer-0.10/libgstffmpeg%(mext)s']
+
+ def prepare(self):
+ if self.config.target_platform == Platform.WINDOWS:
+ self.configure_options += \
+ '--with-ffmpeg-extra-configure="--enable-w32threads"'