winlin

update gitignore

1 .idea/ 1 .idea/
2 /*.conf 2 /*.conf
  3 +/*.flv
3 /doc/frozen*.flv 4 /doc/frozen*.flv
4 /doc/kungfupanda*.flv 5 /doc/kungfupanda*.flv
5 /doc/time*.flv 6 /doc/time*.flv
@@ -92,7 +92,9 @@ WarnLevel=" -Wall" @@ -92,7 +92,9 @@ WarnLevel=" -Wall"
92 # the compile standard. 92 # the compile standard.
93 CppStd="-ansi" 93 CppStd="-ansi"
94 # for library compile 94 # for library compile
95 -LibraryCompile=" -fPIC" 95 +if [[ $SRS_EXPORT_LIBRTMP_PROJECT == YES ]]; then
  96 + LibraryCompile=" -fPIC"
  97 +fi
96 # performance of gprof 98 # performance of gprof
97 SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi 99 SrsGprof=""; SrsGprofLink=""; if [ $SRS_GPROF = YES ]; then SrsGprof=" -pg -lc_p"; SrsGprofLink=" -pg"; fi
98 # performance of gperf 100 # performance of gperf