File: 0001-Use-libastcenc-library-name.patch

package info (click to toggle)
astc-encoder 4.2.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,636 kB
  • sloc: ansic: 40,986; cpp: 22,967; python: 3,338; sh: 118; makefile: 24
file content (25 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From: =?utf-8?q?Timo_R=C3=B6hling?= <roehling@debian.org>
Date: Wed, 27 Jul 2022 00:52:18 +0200
Subject: Use libastcenc library name

---
 Source/cmake_core.cmake | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/Source/cmake_core.cmake b/Source/cmake_core.cmake
index 4900a77..9c517ca 100644
--- a/Source/cmake_core.cmake
+++ b/Source/cmake_core.cmake
@@ -15,11 +15,7 @@
 #  under the License.
 #  ----------------------------------------------------------------------------
 
-if(${UNIVERSAL_BUILD})
-    set(ASTC_TARGET astc${CODEC})
-else()
-    set(ASTC_TARGET astc${CODEC}-${ISA_SIMD})
-endif()
+set(ASTC_TARGET astc${CODEC})
 
 project(${ASTC_TARGET})