1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add ingest compile feature

This commit is contained in:
winlin 2014-04-06 21:05:18 +08:00
parent e80abac4f0
commit 5e6c490ba0
2 changed files with 21 additions and 2 deletions

View file

@ -516,6 +516,12 @@ else
echo "#undef SRS_TRANSCODE" >> $SRS_AUTO_HEADERS_H
fi
if [ $SRS_INGEST = YES ]; then
echo "#define SRS_INGEST" >> $SRS_AUTO_HEADERS_H
else
echo "#undef SRS_INGEST" >> $SRS_AUTO_HEADERS_H
fi
#####################################################################################
# build research code
#####################################################################################