]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
The FFMpeg can be made to build by OMK hackish way.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Wed, 13 May 2009 23:33:16 +0000 (01:33 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Thu, 14 May 2009 14:49:24 +0000 (16:49 +0200)
commit294f6db9840da6486ba67258889561f1ae615aab
treef2a1d523a1c9d1fd0a8d66327d355addaf1629b1
parentb3427cd4d6aa3914790503e10d1cbaf873a8577b
The FFMpeg can be made to build by OMK hackish way.

The directory
  _build/user/ffmpeg/libavcodec/x86
has to be created by hand. FFMpeg configure
has to be run in sources directory. It generates
config.h and config.mak there. generated config.mak
has to be included in config.omk or config.target
and next line has to be appended to that file
  CFLAGS+=-DHAVE_AV_CONFIG_H $(OPTFLAGS)
The line with LDFLAGS has to be commented out
and project has to be updated according to EXTRALIBS.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
libavcodec/Makefile.omk
libavdevice/Makefile.omk
libavfilter/Makefile.omk
libavformat/Makefile.omk
libavutil/Makefile.omk
libpostproc/Makefile.omk