mirror of
				http://mpg123.de/trunk/.git
				synced 2025-10-31 01:25:33 +03:00 
			
		
		
		
	also nable aarch64 for *BSD
git-svn-id: svn://scm.orgis.org/mpg123/trunk@4214 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
		
							
								
								
									
										3
									
								
								NEWS
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								NEWS
									
									
									
									
									
								
							| @@ -6,6 +6,9 @@ | ||||
| - Fix build with non-GNU make by using plain rm -f instead of silly $(RM) | ||||
|   in libout123/modules makefile fragment. | ||||
| - Make build work on iOS, including coreaudio backend. | ||||
| - Enable ARM64 optimisations on *BSD by default, too. You can always | ||||
|   use --enable-buffer and --with-optimisation to override that stupid | ||||
|   OS whitelist, anyway. | ||||
| - out123: Fix stupid crash with verbose mode and tone generation (print | ||||
|   the string if the pointer is non-null, not if it is null). | ||||
|  | ||||
|   | ||||
| @@ -551,10 +551,7 @@ fi | ||||
| sys_cppflags= | ||||
| newoldwritesample=disabled | ||||
| case $host in | ||||
|   aarch64-*-linux*|arm64-*-linux*) | ||||
|     cpu_type="aarch64" | ||||
|   ;; | ||||
|   aarch64-apple-darwin*|arm64-apple-darwin*) | ||||
|   aarch64-*linux*|arm64-*linux*|aarch64-*bsd*|arm64-*bsd*|aarch64-apple-darwin*|arm64-apple-darwin*) | ||||
|     cpu_type="aarch64" | ||||
|   ;; | ||||
|   arm*-*-linux*-*eabihf|armv7hl*-*-linux*) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user