]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
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)
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>

No differences found