File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -224,8 +224,8 @@ echo "Deleteing of yi-hack-v5.7z - done!"
224224
225225# Delete all the compressed files except system_init.sh and yi-hack-v5.7z
226226find $TMP_DIR /home/yi-hack-v5/script/ -maxdepth 0 ! -name ' system_init.sh' -type f -exec rm -f {} +
227- find $TMP_DIR /home/yi-hack-v5/* -maxdepth 0 -type d ! -name ' script' ! -name ' lib ' ! -name ' version.txt ' -exec rm -rf {} +
228- # find $TMP_DIR/home/yi-hack-v5/* -maxdepth 0 -type f -not -name 'yi-hack-v5.7z ' -exec rm {} +
227+ find $TMP_DIR /home/yi-hack-v5/* -maxdepth 0 -type d ! -name ' script' -exec rm -rf {} +
228+ find $TMP_DIR /home/yi-hack-v5/* -maxdepth 0 -type f ! -name ' version ' -exec rm {} +
229229printf " done!\n\n"
230230
231231# home
Original file line number Diff line number Diff line change 11##### Change the following for your environment:
2- COMPILE_OPTS = $(INCLUDES) -I. -I./include -O1 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DNO_OPENSSL=1 -DRTP_PAYLOAD_MAX_SIZE=1352 -DNEWLOCALE_NOT_USED
2+ COMPILE_OPTS = $(INCLUDES) -I. -I./include -O2 -ffunction-sections -fdata-sections -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DNO_OPENSSL=1 -DRTP_PAYLOAD_MAX_SIZE=1352 -DNEWLOCALE_NOT_USED
33C = c
44C_COMPILER = $(CC)
55C_FLAGS = $(COMPILE_OPTS) $(CPPFLAGS) $(CFLAGS)
@@ -18,6 +18,8 @@ LIBS_FOR_GUI_APPLICATION =
1818EXE =
1919##### End of variables to change
2020
21+ .PHONY: all livemedia rRTSPServer install distclean clean
22+
2123INCLUDES = -IUsageEnvironment/include -Igroupsock/include -IliveMedia/include -IBasicUsageEnvironment/include
2224# Default library filename suffixes for each library that we link with. The "config.*" file might redefine these later.
2325libliveMedia_LIB_SUFFIX = $(LIB_SUFFIX)
You can’t perform that action at this time.
0 commit comments