Oops, here are the patched files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27206 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c85d423574
commit
b63d7d8b1a
10
net/freeswitch/patches/004-build-modules_conf_in.patch
Normal file
10
net/freeswitch/patches/004-build-modules_conf_in.patch
Normal file
@ -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
|
@ -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 <string.h>
|
||||
+#include <sys/types.h>
|
||||
#include <mp4.h>
|
||||
-#include <string>
|
||||
#include <exception>
|
||||
#include <string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user