Re: [Live-devel] How to debug livemedia library with mplayer

2007-05-22 Thread jerry zhao
Hi Jerry,To debug the liveMdeia library, you may have to recompile the MPlayer and liveMedia library. 1/ Before compiling liveMedia, in the first line of file "config.linux"--COMPILE_OPTS = $ >(INCLUDES) -I -O2 -DSOCKLEN_T...,add the "-g" option as follows: COMPILE_OPTS = $ (INCLUDES) -I -O2 -g

Re: [Live-devel] How to debug livemedia library with mplayer

2007-05-21 Thread weiyutao36
Hi Jerry,To debug the liveMdeia library, you may have to recompile the MPlayer and liveMedia library. 1/ Before compiling liveMedia, in the first line of file "config.linux"--COMPILE_OPTS = $ (INCLUDES) -I -O2 -DSOCKLEN_T...,add the "-g" option as follows: COMPILE_OPTS = $ (INCLUDES) -I -O2 -g