mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Remove export srs-librtmp support
This commit is contained in:
parent
b8ab6ef6ce
commit
a3388bf624
7 changed files with 400 additions and 687 deletions
|
@ -49,11 +49,7 @@ fi
|
|||
if [ $SRS_CUBIE = YES ]; then
|
||||
srs_define_macro "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 "#undef SRS_EXPORT_LIBRTMP" >> $SRS_AUTO_HEADERS_H
|
||||
|
||||
echo "" >> $SRS_AUTO_HEADERS_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue