linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] [PATCH] Add basic definition of LP_CHECK_ORTP auto


From: Jeffrey C. Ollie
Subject: [Linphone-developers] [PATCH] Add basic definition of LP_CHECK_ORTP autoconf macro.
Date: Tue, 17 Apr 2007 16:09:55 -0500

The definition of the LP_CHECK_ORTP macro is missing which causes
problems when trying to compile against an external oRTP.

Signed-off-by: Jeffrey C. Ollie <address@hidden>
---
 m4/ortp.m4 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
 create mode 100644 m4/ortp.m4

diff --git a/m4/ortp.m4 b/m4/ortp.m4
new file mode 100644
index 0000000..353f4f8
--- /dev/null
+++ b/m4/ortp.m4
@@ -0,0 +1,3 @@
+AC_DEFUN([LP_CHECK_ORTP],[
+PKG_CHECK_MODULES(ORTP, ortp, ,AC_MSG_ERROR([Could not find oRTP pkgconfig]))
+])
-- 
1.5.1.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]