[ekiga] [windows] Remove unneeded flags



commit b637f31752685055c9ca7eb6d182d2da19aacd2d
Author: Eugen Dedu <eugen dedu univ-fcomte fr>
Date:   Tue Aug 26 19:36:20 2014 +0200

    [windows] Remove unneeded flags

 configure.ac   |    1 -
 win32/Makefile |    4 +---
 2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a997ca0..c013be1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -794,7 +794,6 @@ echo "               Loudmouth support  :  $LOUDMOUTH"
 echo ""
 echo "                         OS Type  :  $target_os"
 echo "                    Machine Type  :  $target_cpu"
-echo "                      Byte Order  :  $byte_order"
 echo ""
 echo " If all settings are OK, type make and make install"
 echo "========================================================"
diff --git a/win32/Makefile b/win32/Makefile
index 6c736ed..aaada8f 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -241,9 +241,7 @@ confflags := --prefix=$(BUILDROOT) --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HO
 # libsasl2.a is found, but sasl.h is not
 # the question is whether we need sasl support or not
 # sasl does not seem to be needed by ptlib
-confptlib := $(confflags) --enable-vfw \
-       --disable-sasl --disable-alsa --disable-esd --disable-oss --disable-sunaudio --disable-shmaudio \
-       --disable-v4l --disable-v4l2 --disable-bsdvideo --disable-avc --disable-dc
+confptlib := $(confflags) --enable-vfw --disable-sasl
 ifeq ($(MINGW32), 1)
 confptlib := $(confptlib) --with-directx-includedir=$(EKIGA_DIR)/win32/directx
 endif


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