Commit Graph

14 Commits (3ebda1380230cb5bab1bd03bed725823814ee869)

Author SHA1 Message Date
Steven Liu 7ba7fd487e fix problem: cannot build x264 normal minimal Linux
parameters:
External library support:
  --disable-avs            disable avisynth support
  --disable-swscale        disable swscale support
  --disable-lavf           disable libavformat support
  --disable-ffms           disable ffmpegsource support
  --disable-gpac           disable gpac support

  There have no ffmpeg or libav when build x264, so no needed
  these parameters.

Signed-off-by: Steven Liu <lingjiujianke@gmail.com>
winlin ff90278048 add speex1.2 to transcode flash encoder stream. change to 0.9.58
winlin 02326cd844 support build with jobs
winlin 52b6ab3f2f support build with jobs
winlin 72d477f466 support use other g++ when configure.
winlin 270041b225 fix the forwarder reconnect bug, feed it the sequence header.
winlin c7ec6f511c fix the script error
winlin 5d50bdc3fc update build ffmpeg script bug for ubuntu, remove the opencl from x264
winlin 4827777035 fix the build ffmpeg script bug, add yasm to path when build
winlin 9a0d8855d8 support ffmpeg filter
winlin b1466c8883 fix build ffmpeg bug, add -ldl compile option
winlin 129244aafa change x264 from 10bit to 8bit
winlin 9a582b0e4a refine the configure
winlin ad618702aa add ffmpeg build script