mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gst-ffmpeg: configure-fix patch used wrong test
(From OE-Core rev: d07bf78a11c5aee37da653404f8aaf413cf14e8f) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ce8a67645
commit
4d30973001
@@ -11,7 +11,7 @@ diff -r f2f8f74c6e30 configure.ac
|
|||||||
--enable-gpl"
|
--enable-gpl"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
+ if test "x$disable_yasm" != "xyes"; then
|
+ if test "x$disable_yasm" = "xyes"; then
|
||||||
+ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
|
+ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
|
||||||
+ fi
|
+ fi
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user