当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
120 Star 0 Fork 8

src-openEuler/gstreamer-plugins-base
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0002-audioresample-It-s-HAVE_EMMINTRIN_H-not-HAVE_XMMINTR.patch 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
AlexZ11 提交于 2019-11-28 20:36 . gstreamer-plugins-base:initialize
From e9746600b409db9a5c63dc7a22b21f80c8c5328c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com>
Date: Mon, 20 Jan 2014 16:11:04 +0100
Subject: [PATCH 2/2] audioresample: It's HAVE_EMMINTRIN_H, not
HAVE_XMMINTRIN_H for SSE2
---
gst/audioresample/resample.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gst/audioresample/resample.c b/gst/audioresample/resample.c
index 481fa01..4410bdd 100644
--- a/gst/audioresample/resample.c
+++ b/gst/audioresample/resample.c
@@ -83,7 +83,7 @@
#endif
#ifdef _USE_SSE2
-#if !defined(__SSE2__) || !defined(HAVE_XMMINTRIN_H)
+#if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H)
#undef _USE_SSE2
#endif
#endif
--
1.9.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/gstreamer-plugins-base.git
git@gitee.com:src-openeuler/gstreamer-plugins-base.git
src-openeuler
gstreamer-plugins-base
gstreamer-plugins-base
master

搜索帮助