OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../openh323/gcc41.patch
  5. # Copyright (C) 2006 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. #These are some includes which are missing from the source tarbal,
  17. #but are present in CVS, at the next upgrade they will be useless
  18. diff -ruN ./src.orig/h261codec.cxx ./src/h261codec.cxx
  19. --- ./src.orig/h261codec.cxx 2006-06-06 11:05:40.000000000 +0300
  20. +++ ./src/h261codec.cxx 2006-09-06 23:25:09.000000000 +0300
  21. @@ -266,6 +266,7 @@
  22. *
  23. */
  24. +#include <ptlib/video.h>
  25. #include <ptlib.h>
  26. #ifdef __GNUC__
  27. diff -ruN ./src.orig/h323ep.cxx ./src/h323ep.cxx
  28. --- ./src.orig/h323ep.cxx 2006-06-09 09:30:12.000000000 +0300
  29. +++ ./src/h323ep.cxx 2006-09-06 23:16:21.000000000 +0300
  30. @@ -788,6 +788,7 @@
  31. #include "../version.h"
  32. #include "h323pluginmgr.h"
  33. +#include <ptlib/sound.h>
  34. #include <ptclib/random.h>
  35. #include <ptclib/pstun.h>
  36. #include <ptclib/url.h>
  37. diff -ruN ./src.orig/h4601.cxx ./src/h4601.cxx
  38. --- ./src.orig/h4601.cxx 2006-06-11 03:17:43.000000000 +0300
  39. +++ ./src/h4601.cxx 2006-09-06 23:22:09.000000000 +0300
  40. @@ -55,6 +55,7 @@
  41. #pragma implementation "h4601.h"
  42. #endif
  43. +#include <ptlib/pluginmgr.h>
  44. #include <h460.h>
  45. #include "h4601.h"
  46. #include <h323.h>