mirror of
https://github.com/brmlab/osmo-tetra.git
synced 2025-06-08 09:54:09 +02:00
add a quilt patch series against the ETSI TETRA codec
This commit is contained in:
parent
5868bbf87f
commit
a40aa8133b
6 changed files with 296 additions and 0 deletions
26
etsi_codec-patches/build_as_32bit.patch
Normal file
26
etsi_codec-patches/build_as_32bit.patch
Normal file
|
@ -0,0 +1,26 @@
|
|||
Index: etsi/amr-code/makefile
|
||||
===================================================================
|
||||
--- etsi.orig/amr-code/makefile 2011-05-29 11:40:11.000000000 +0200
|
||||
+++ etsi/amr-code/makefile 2011-05-29 11:40:17.000000000 +0200
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
CC=gcc
|
||||
|
||||
-CFLAGS = -g -I. -Wall
|
||||
+CFLAGS = -g -I. -Wall -m32
|
||||
|
||||
SRCS1 = ccoder.c ccod_tet.c init_params.c sub_cc.c \
|
||||
tetra_op.c
|
||||
Index: etsi/c-code/makefile
|
||||
===================================================================
|
||||
--- etsi.orig/c-code/makefile 2011-05-29 11:40:02.000000000 +0200
|
||||
+++ etsi/c-code/makefile 2011-05-29 11:40:07.000000000 +0200
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
CC=gcc
|
||||
|
||||
-CFLAGS = -I. -Wall
|
||||
+CFLAGS = -I. -Wall -m32
|
||||
|
||||
SRCS1 = scoder.c scod_tet.c sub_sc_d.c \
|
||||
sub_dsp.c fbas_tet.c fexp_tet.c \
|
Loading…
Add table
Add a link
Reference in a new issue