Closed GoogleCodeExporter closed 8 years ago
Hi Sunli,
You can build libx264 with configure-libx264.
You need to build and install libogg before building libtheora. Use
configure-ogg and
configure-theora.
Eg.
1. ./configure-ogg
2. make
3. sudo make install
The libraries will be installed in
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/IphoneOS2.1.sdk/usr/lib
and the headers in
/usr/local/include
I built these on Mac OSX 10.5.5 using iPhone SDK 2.1.
Original comment by yonas.ya...@gmail.com
on 15 Jan 2009 at 4:04
Attachments:
[deleted comment]
[deleted comment]
Thanks, yonas.yanfa,
It works!
I built it using rhel5 + iPhone SDK 2.1 + iphonedev toolchain
(arm-apple-darwin9)
It seems that there is a bug in libswscale/swcale.c for ffmpeg revsion 16240.
The swscale.c uses PIX_FMT_VDPAU_H264, but it does not defined in ffmpeg
r16240. I
comment it out, so the building works.
Original comment by wrt.su...@gmail.com
on 18 Jan 2009 at 5:10
Original comment by yonas.ya...@gmail.com
on 6 Feb 2009 at 7:40
Original issue reported on code.google.com by
wrt.su...@gmail.com
on 13 Jan 2009 at 7:53