]> git.pld-linux.org Git - packages/bcg729.git/blob - bcg729-lib.patch
- aded git patch (updated to current master, adjusting cmake config files for mediast...
[packages/bcg729.git] / bcg729-lib.patch
1 --- bcg729-1.0.1/src/Makefile.am.orig   2015-11-02 15:06:33.000000000 +0100
2 +++ bcg729-1.0.1/src/Makefile.am        2015-11-10 22:24:22.267248581 +0100
3 @@ -1,8 +1,4 @@
4 -if BUILD_MSBCG729
5 -noinst_LTLIBRARIES = libbcg729.la
6 -else
7  lib_LTLIBRARIES = libbcg729.la
8 -endif
9  
10  libbcg729_la_SOURCES=  LP2LSPConversion.c \
11                         LPSynthesisFilter.c \
12 --- bcg729-1.0.1/include/bcg729/Makefile.am.orig        2015-11-02 15:06:33.000000000 +0100
13 +++ bcg729-1.0.1/include/bcg729/Makefile.am     2015-11-10 22:24:47.163914203 +0100
14 @@ -3,8 +3,6 @@
15  public_headers=encoder.h decoder.h
16  
17  bcg729_include_HEADERS=
18 -if !BUILD_MSBCG729
19  bcg729_include_HEADERS+=$(public_headers)
20 -endif
21  
22  EXTRA_DIST=$(public_headers)
This page took 0.084847 seconds and 3 git commands to generate.