mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #495, decrease the srs-librtmp size. 2.0.193
This commit is contained in:
parent
65e4bf2e77
commit
a3c229472e
15 changed files with 60 additions and 3 deletions
|
@ -37,6 +37,11 @@ fi
|
|||
if [ $SRS_CUBIE = YES ]; then
|
||||
echo "#define SRS_CUBIE" >> $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
if [ $SRS_EXPORT_LIBRTMP_PROJECT != NO ]; then
|
||||
echo "#define SRS_EXPORT_LIBRTMP" >> $SRS_AUTO_HEADERS_H
|
||||
else
|
||||
echo "#undef SRS_EXPORT_LIBRTMP" >> $SRS_AUTO_HEADERS_H
|
||||
fi
|
||||
|
||||
echo "" >> $SRS_AUTO_HEADERS_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue