diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-09 01:09:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-09 01:09:45 +0000 |
commit | 43159629f42764aada04ac414a35d1ffb533b983 (patch) | |
tree | 70f425b62bedeb5908074b22cb96b3c5bc18cf2e /net/openmcu/files/patch-main | |
parent | It works on amd64. (diff) |
- Update to 2.1.1
- Take maintainership
- portlint(1)
PR: 95473
Submitted by: Joerg Pulz <Joerg.Pulz___frm2.tum.de>
Notes
Notes:
svn path=/head/; revision=159181
Diffstat (limited to 'net/openmcu/files/patch-main')
-rw-r--r-- | net/openmcu/files/patch-main | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/openmcu/files/patch-main b/net/openmcu/files/patch-main deleted file mode 100644 index d5edeaf0f5f7..000000000000 --- a/net/openmcu/files/patch-main +++ /dev/null @@ -1,19 +0,0 @@ -*** main.cxx.orig Thu Aug 28 08:27:00 2003 ---- main.cxx Thu Aug 28 08:27:11 2003 -*************** -*** 261,267 **** - #include "speexcodec.h" - #ifndef NO_VIDEO - #include "h261codec.h" -! #include "videoio.h" - #endif - #include "main.h" - ---- 261,267 ---- - #include "speexcodec.h" - #ifndef NO_VIDEO - #include "h261codec.h" -! //#include "videoio.h" - #endif - #include "main.h" - |