mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 10:31:13 +00:00
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
|