1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00
srs/trunk/auto/generate_header.sh

9 lines
206 B
Bash
Raw Normal View History

2014-03-01 11:15:36 +00:00
#!/bin/bash
# genereate the library header file.
objs=$1
2014-03-01 15:24:53 +00:00
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"