mirror of
https://git.yoctoproject.org/poky
synced 2026-02-04 07:48:43 +01: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"
|
||||
fi
|
||||
|
||||
+ if test "x$disable_yasm" != "xyes"; then
|
||||
+ if test "x$disable_yasm" = "xyes"; then
|
||||
+ embffmpeg_configure_args="$embffmpeg_configure_args --disable-yasm"
|
||||
+ fi
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user