]> git.pld-linux.org Git - packages/amrwb.git/commitdiff
- replaced by wrapper package
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Jun 2007 22:52:56 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amrwb-acam.patch -> 1.2
    amrwb-inttypes.patch -> 1.2

amrwb-acam.patch [deleted file]
amrwb-inttypes.patch [deleted file]

diff --git a/amrwb-acam.patch b/amrwb-acam.patch
deleted file mode 100644 (file)
index 3ce94b3..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
---- amrwb-6.0.0/configure.ac.orig      1970-01-01 01:00:00.000000000 +0100
-+++ amrwb-6.0.0/configure.ac   2006-07-02 00:04:57.811644000 +0200
-@@ -0,0 +1,8 @@
-+AC_INIT([amrwb], [6.0.0])
-+AC_CONFIG_SRCDIR([typedef.h])
-+AM_INIT_AUTOMAKE
-+
-+AC_PROG_CC
-+AC_PROG_LIBTOOL
-+
-+AC_OUTPUT([Makefile])
---- amrwb-6.0.0/Makefile.am.orig       1970-01-01 01:00:00.000000000 +0100
-+++ amrwb-6.0.0/Makefile.am    2006-07-02 00:07:12.108037000 +0200
-@@ -0,0 +1,22 @@
-+lib_LTLIBRARIES = libamrwb.la
-+
-+libamrwb_la_SOURCES = \
-+      enc_acelp.c enc_dtx.c enc_gain.c enc_if.c enc_lpc.c enc_main.c enc_rom.c enc_util.c \
-+      dec_acelp.c dec_dtx.c dec_gain.c dec_if.c dec_lpc.c dec_main.c dec_rom.c dec_util.c \
-+      if_rom.c
-+
-+libamrwb_la_LIBADD = -lm
-+
-+amrwbincludedir = $(includedir)/amrwb
-+amrwbinclude_HEADERS = \
-+      dec.h dec_acelp.h dec_dtx.h dec_gain.h dec_if.h dec_lpc.h dec_main.h dec_util.h \
-+      enc.h enc_acelp.h enc_dtx.h enc_gain.h enc_if.h enc_lpc.h enc_main.h enc_util.h \
-+      if_rom.h typedef.h
-+
-+noinst_PROGRAMS = amrwb-decoder amrwb-encoder
-+
-+amrwb_decoder_SOURCES = decoder.c
-+amrwb_decoder_LDADD = libamrwb.la
-+
-+amrwb_encoder_SOURCES = encoder.c
-+amrwb_encoder_LDADD = libamrwb.la
diff --git a/amrwb-inttypes.patch b/amrwb-inttypes.patch
deleted file mode 100644 (file)
index f7522e3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
---- amrwb-6.0.0/typedef.h.orig 2003-08-27 00:00:02.000000000 +0200
-+++ amrwb-6.0.0/typedef.h      2006-07-01 23:55:02.246423500 +0200
-@@ -6,13 +6,15 @@
- #ifndef typedef_h\r
- #define typedef_h\r
\r
-+#include <inttypes.h>\r
-+\r
- /* change these typedef declarations to correspond with your platform */\r
--typedef char Word8;\r
--typedef unsigned char UWord8;\r
--typedef short Word16;\r
--typedef unsigned short UWord16;\r
--typedef long Word32;\r
-+typedef int8_t Word8;\r
-+typedef uint8_t UWord8;\r
-+typedef int16_t Word16;\r
-+typedef uint16_t UWord16;\r
-+typedef int32_t Word32;\r
- typedef double Float64;\r
- typedef float Float32;\r
\r
--#endif
-\ Brak znaku nowej linii na koƱcu pliku
-+#endif\r
This page took 0.067729 seconds and 4 git commands to generate.