ekiga r6178 - in trunk: . win32/diff
- From: mschneid svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r6178 - in trunk: . win32/diff
- Date: Sat, 12 Apr 2008 14:36:26 +0100 (BST)
Author: mschneid
Date: Sat Apr 12 14:36:25 2008
New Revision: 6178
URL: http://svn.gnome.org/viewvc/ekiga?rev=6178&view=rev
Log:
Fix win32 build.
Modified:
trunk/ChangeLog
trunk/win32/diff/opal_Makefile.am
trunk/win32/diff/opal_configure.ac
Modified: trunk/win32/diff/opal_Makefile.am
==============================================================================
--- trunk/win32/diff/opal_Makefile.am (original)
+++ trunk/win32/diff/opal_Makefile.am Sat Apr 12 14:36:25 2008
@@ -28,6 +28,7 @@
$(OPAL_SRC_DIR)/opal/call.cxx \
$(OPAL_SRC_DIR)/opal/mediafmt.cxx \
$(OPAL_SRC_DIR)/opal/mediastrm.cxx \
+ $(OPAL_SRC_DIR)/opal/mediatype.cxx \
$(OPAL_SRC_DIR)/opal/opalmixer.cxx \
$(OPAL_SRC_DIR)/opal/patch.cxx \
$(OPAL_SRC_DIR)/opal/transcoders.cxx \
@@ -302,6 +303,7 @@
opalincludedir = $(baseincludedir)/opal
opalinclude_HEADERS = \
+ $(OPAL_INC_DIR)/audiorecord.h \
$(OPAL_INC_DIR)/buildopts.h \
$(OPAL_INC_DIR)/call.h \
$(OPAL_INC_DIR)/connection.h \
@@ -312,12 +314,15 @@
$(OPAL_INC_DIR)/mediacmd.h \
$(OPAL_INC_DIR)/mediafmt.h \
$(OPAL_INC_DIR)/mediastrm.h \
+ $(OPAL_INC_DIR)/mediatype.h \
$(OPAL_INC_DIR)/opalmixer.h \
$(OPAL_INC_DIR)/opalvxml.h \
$(OPAL_INC_DIR)/patch.h \
$(OPAL_INC_DIR)/pcss.h \
$(OPAL_INC_DIR)/transcoders.h \
- $(OPAL_INC_DIR)/transports.h
+ $(OPAL_INC_DIR)/transports.h \
+ $(OPAL_INC_DIR)/rtpep.h \
+ $(OPAL_INC_DIR)/rtpconn.h
codecincludedir = $(baseincludedir)/codec
@@ -334,8 +339,6 @@
rtpincludedir = $(baseincludedir)/rtp
rtpinclude_HEADERS = \
- $(OPAL_INC_DIR)/rtpep.h \
- $(OPAL_INC_DIR)/rtpconn.h \
$(RTP_INC_DIR)/jitter.h \
$(RTP_INC_DIR)/rtp.h
Modified: trunk/win32/diff/opal_configure.ac
==============================================================================
--- trunk/win32/diff/opal_configure.ac (original)
+++ trunk/win32/diff/opal_configure.ac Sat Apr 12 14:36:25 2008
@@ -57,6 +57,7 @@
AC_DEFINE([OPAL_AUDIO], 1, [AUDIO])
AC_DEFINE([OPAL_VIDEO], 1, [AUDIO])
AC_DEFINE([OPAL_RFC4175], 0, [AUDIO])
+AC_DEFINE([OPAL_H450], 1, [H450])
dnl =======================================================================
dnl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]