[ekiga] [windows] Enable iLBC audio codec, as it is free now



commit 36cad6a5e10654e12259d185514fdbaf3f5ad53d
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Sun Feb 17 15:39:41 2013 +0100

    [windows] Enable iLBC audio codec, as it is free now

 win32/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index 20a9f86..112410e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -258,8 +258,8 @@ ifeq ($(MINGW32), 1)
 confptlib := $(confptlib) --with-directx-includedir=$(EKIGA_DIR)/win32/directx
 endif
 
-# disable ilbc and silk non-free codecs
-confopal := $(confflags) --disable-t38 --disable-fax --disable-iLBC --disable-silk
+# disable silk non-free codec
+confopal := $(confflags) --disable-t38 --disable-fax --disable-silk
 
 confekiga:= $(confflags) \
        --prefix=$(EKIGA_PREFIX) --bindir=$(EKIGA_PREFIX) --datadir=$(EKIGA_PREFIX) \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]