1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +02:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Index: lib-src/libflac/src/libFLAC/ia32/nasm.h
===================================================================
RCS file: /cvsroot/audacity/lib-src/libflac/src/libFLAC/ia32/nasm.h,v
retrieving revision 1.2
diff -u -r1.2 nasm.h
--- lib-src/libflac/src/libFLAC/ia32/nasm.h 13 Feb 2006 11:36:45 -0000 1.2
+++ lib-src/libflac/src/libFLAC/ia32/nasm.h 12 Jan 2008 17:26:55 -0000
@@ -49,6 +49,11 @@
%idefine code_section section .text align=16
%idefine data_section section .data align=32
%idefine bss_section section .bss align=32
+%elifdef OBJ_FORMAT_macho
+ %define FLAC__PUBLIC_NEEDS_UNDERSCORE
+ %idefine code_section section .text
+ %idefine data_section section .data
+ %idefine bss_section section .bss
%else
%error unsupported object format!
%endif