From 0baae7c4541e164e80ffaaca7fc2194cfae38eb6 Mon Sep 17 00:00:00 2001 From: Mazi Lo Date: Fri, 17 Jun 2011 15:57:16 +0000 Subject: [PATCH] Oops, here are the patched files SVN-Revision: 27206 --- .../patches/004-build-modules_conf_in.patch | 10 ++++++++++ ...rc-mod-applications-mod_mp4-mp4_helper_hpp.patch | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 net/freeswitch/patches/004-build-modules_conf_in.patch create mode 100644 net/freeswitch/patches/005-src-mod-applications-mod_mp4-mp4_helper_hpp.patch diff --git a/net/freeswitch/patches/004-build-modules_conf_in.patch b/net/freeswitch/patches/004-build-modules_conf_in.patch new file mode 100644 index 0000000000..4c57ab2c11 --- /dev/null +++ b/net/freeswitch/patches/004-build-modules_conf_in.patch @@ -0,0 +1,10 @@ +--- a/build/modules.conf.in ++++ b/build/modules.conf.in +@@ -38,6 +38,7 @@ applications/mod_valet_parking + #applications/mod_fsk + #applications/mod_ladspa + #applications/mod_mongo ++#applications/mod_mp4 + codecs/mod_g723_1 + codecs/mod_amr + #codecs/mod_amrwb diff --git a/net/freeswitch/patches/005-src-mod-applications-mod_mp4-mp4_helper_hpp.patch b/net/freeswitch/patches/005-src-mod-applications-mod_mp4-mp4_helper_hpp.patch new file mode 100644 index 0000000000..ac81dd0952 --- /dev/null +++ b/net/freeswitch/patches/005-src-mod-applications-mod_mp4-mp4_helper_hpp.patch @@ -0,0 +1,13 @@ +--- a/src/mod/applications/mod_mp4/mp4_helper.hpp ++++ b/src/mod/applications/mod_mp4/mp4_helper.hpp +@@ -22,8 +22,9 @@ the Initial Developer. All Rights Reserv + #ifndef MP4_HELPER_HPP_ + #define MP4_HELPER_HPP_ + ++#include ++#include + #include +-#include + #include + #include + -- 2.30.2