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

add reload support. add make install and uninstall

This commit is contained in:
winlin 2014-03-22 22:07:14 +08:00
parent 3c5878c980
commit 62762cf1ad
4 changed files with 85 additions and 33 deletions

View file

@ -551,5 +551,9 @@ else
echo "#undef SRS_ARM_UBUNTU12" >> $SRS_AUTO_HEADERS_H
fi
echo "" >> $SRS_AUTO_HEADERS_H
# prefix
echo "#define SRS_PREFIX \"${SRS_PREFIX}\"" >> $SRS_AUTO_HEADERS_H
# new empty line to auto headers file.
echo "" >> $SRS_AUTO_HEADERS_H