From 1dab4f6865d6bac96bed07f0dc6d0908923dc487 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Wed, 31 Jan 2024 14:56:40 +0800 Subject: [PATCH] fix macro expression Signed-off-by: Liwei Ge --- gstreamer1-plugins-bad-free.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gstreamer1-plugins-bad-free.spec b/gstreamer1-plugins-bad-free.spec index b07d6e3..0777142 100644 --- a/gstreamer1-plugins-bad-free.spec +++ b/gstreamer1-plugins-bad-free.spec @@ -243,7 +243,7 @@ aren't tested well enough, or the code is not of good enough quality. -D package-name="Fedora GStreamer-plugins-bad package" \ -D package-origin="http://download.fedoraproject.org" \ -D tests=disabled \ -%if 0%{anolis} <= 8 +%if 0%{?anolis} <= 8 -D fdkaac=disabled \ %endif %{!?with_extras:-D fbdev=disabled -D decklink=disabled } \ -- Gitee