「Attic:Requests/Sequencer/Create Patches」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 02:45時点における最新版

The makefiles for libavcodec and libavformat need to be edited to remove the object code for unused codecs/formats.

  • ffmpeg-0.4.9-pre1/libavcodec/makefile
  • ffmpeg-0.4.9-pre1/libavformat/makefile

The functions that registers the supported codecs/formats need to have the part when the uneccissary codecs/formats are registered commented out.

  • ffmpeg-0.4.9-pre1/libavcodec/allcodecs.c
  • ffmpeg-0.4.9-pre1/libavformat/allformats.c

-- RobertHolcomb - 20 Feb 2005