[x264-devel] Compile trouble

Peter B. West pbw at pbw.id.au
Mon Sep 17 01:21:34 CEST 2007


I'm trying to compile x264. I have beta SuSE 10.3 system. (10.3 Beta 2,
package upgraded to 10.3).

I've tried svn, and the tarballs for x264-snapshot-20070915-2245.tar.bz2
and x264-snapshot-20070908-2245.tar.bz2. Currently using the 20070915
tarball.

I initially tried to configure for --enable-mp4-output and --enable-gtk,
but have reduced my aspirations.

If I simply
~ ./configure
I get the following lecture.

No suitable assembler found.  x264 will be several times slower.
Please install 'yasm' to get MMX/SSE optimized code.

I have yasm 0.4.0 installed.
That aside, I can subsequently compile.

If I
~ ./configure --enable-mp4-output
then attempt to compile, I get (inter alia)

...
muxers.c:38:27: error: gpac/isomedia.h: No such file or directory
muxers.c:547: error: expected specifier-qualifier-list before ‘GF_ISOFile’
muxers.c:561: error: expected ‘)’ before ‘*’ token
muxers.c: In function ‘close_file_mp4’:
muxers.c:613: error: ‘mp4_t’ has no member named ‘p_config’
muxers.c:614: warning: implicit declaration of function ‘gf_odf_avc_cfg_del’
muxers.c:614: error: ‘mp4_t’ has no member named ‘p_config’
muxers.c:616: error: ‘mp4_t’ has no member named ‘p_sample’
muxers.c:618: error: ‘mp4_t’ has no member named ‘p_sample’
muxers.c:619: error: ‘mp4_t’ has no member named ‘p_sample’
muxers.c:621: warning: implicit declaration of function ‘gf_isom_sample_del’
muxers.c:621: error: ‘mp4_t’ has no member named ‘p_sample’
...

etc. etc.

What does it require for mp4 support? Do I need it anyway? I want to
compile ffmpeg and mplayer/mencoder, and I am compiling x264 with the
aim of providing such support to those programs.

Thanks



More information about the x264-devel mailing list