aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-23 19:13:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-23 19:13:35 +0000
commitc8ceb9c9c5712a970aa70192c7800fc9e1e39aed (patch)
treea192f508bbf212d4b1fa470f6becd6f6dc96012e /codecs
parentcdb0b6b8a3d95a44fe6af3a51cc038f14a822a1a (diff)
More OpenBSD patches
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@890 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rwxr-xr-xcodecs/ilbc/Makefile1
-rwxr-xr-xcodecs/lpc10/lpc10.h9
2 files changed, 7 insertions, 3 deletions
diff --git a/codecs/ilbc/Makefile b/codecs/ilbc/Makefile
index ba7466ee0..58d357988 100755
--- a/codecs/ilbc/Makefile
+++ b/codecs/ilbc/Makefile
@@ -11,6 +11,7 @@ all: $(LIB)
$(LIB): $(OBJS)
ar cr $(LIB) $(OBJS)
+ ranlib $(LIB)
clean:
rm -f $(LIB) *.o
diff --git a/codecs/lpc10/lpc10.h b/codecs/lpc10/lpc10.h
index 314e2e35f..02c59b1e4 100755
--- a/codecs/lpc10/lpc10.h
+++ b/codecs/lpc10/lpc10.h
@@ -1,8 +1,11 @@
/*
$Log$
-Revision 1.15 2003/03/16 22:37:30 matteo
-dom mar 16 23:37:23 CET 2003
+Revision 1.16 2003/04/23 19:13:35 markster
+More OpenBSD patches
+
+Revision 1.2 2003/04/23 19:13:35 markster
+More OpenBSD patches
Revision 1.1.1.2 2003/03/16 22:37:30 matteo
dom mar 16 23:37:23 CET 2003
@@ -35,7 +38,7 @@ Add broken lpc10 code... It's not too far from working I don't think...
*/
-#if defined(unix)
+#if defined(unix) || defined(__unix__)
typedef short INT16;
typedef int INT32;
#endif