mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
* depends on libmp4v2 <http://code.google.com/p/mp4v2/> (originally compiled against v1.6.1) * File format details: - Files must be hinted (mpeg4ip can be used to create the hint tracks). - Video track encoding must be supported by FS (e.g. H.263) - Audio track encoding must be PCMU/8000/Mono. The audio track can be created with this tool: <https://asteriskvideo.svn.sourceforge.net/svnroot/asteriskvideo/tools/pcm2mp4.cpp>
7 lines
129 B
Makefile
7 lines
129 B
Makefile
LOCAL_LDFLAGS=-lmp4v2
|
|
LOCAL_SOURCES=mp4_helper.cpp
|
|
LOCAL_OBJS=mp4_helper.o
|
|
|
|
BASE=../../../..
|
|
include $(BASE)/build/modmake.rules
|