summaryrefslogtreecommitdiff
path: root/recipes/vlc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vlc')
-rw-r--r--recipes/vlc/x264_r2245.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/vlc/x264_r2245.bb b/recipes/vlc/x264_r2245.bb
index e16e96b8b6..a662b56240 100644
--- a/recipes/vlc/x264_r2245.bb
+++ b/recipes/vlc/x264_r2245.bb
@@ -16,7 +16,8 @@ X264_ECFLAGS = ""
# disable use of assembler written functions
X264_DISABLE_ASM = "--disable-asm"
# use assembler written functions for those archs supporting this
-#X264_DISABLE_ASM_x86 = ""
+X264_DISABLE_ASM_x86 = ""
+DEPENDS_x86 = "yasm-native"
EXTRA_OECONF = '--enable-shared ${X264_DISABLE_ASM} --extra-cflags="${X264_ECFLAGS}"'