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

Remove srslibrtmp

This commit is contained in:
winlin 2020-06-03 17:32:55 +08:00
parent 8e519cedae
commit 812403a44d
26 changed files with 0 additions and 8335 deletions

View file

@ -1,8 +0,0 @@
#!/bin/bash
# genereate the library header file.
objs=$1
rm -f $objs/include/srs_librtmp.h &&
cp $objs/../src/libs/srs_librtmp.hpp $objs/include/srs_librtmp.h
echo "genereate srs-librtmp headers success"