[FFmpeg-user] Following UbuntuCompilationGuide running into trouble with the x264 part
rieger at ari.uni-heidelberg.de
rieger at ari.uni-heidelberg.de
Sun Oct 13 00:16:15 CEST 2013
Hello,
I use Kubuntu 12.04 and I follow strictly this guide:
http://trac.ffmpeg.org/wiki/UbuntuCompilationGuide
Everything went right up to "make" in the section "x264". There I get
following error message:
...
yasm -f elf -m amd64 -DHAVE_ALIGNED_STACK=1 -DHIGH_BIT_DEPTH=0
-DBIT_DEPTH=8 -DARCH_X86_64=1 -I./common/x86/ -o
common/x86/trellis-64.o common/x86/trellis-64.asm
rm -f libx264.a
ar rc libx264.a ...
gcc -o x264 x264.o ...
/usr/local/lib/libavcodec.a(libx264.o): In function `X264_init':
/usr/src/ffmpeg/libavcodec/libx264.c:557: undefined reference to
`x264_encoder_open_135'
collect2: ld gab 1 als Ende-Status zurück
make: *** [x264] Fehler 1
Before I have downloaded the "stable" Version of x264 (2013-08-23). Then:
claus at Laptop:~/ffmpeg_sources/x264$ ./configure
--prefix="$HOME/ffmpeg_build" --bindir="$HOME/bin" --enable-static
fatal: Not a git repository (or any parent up to mount parent )
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
platform: X86_64
system: LINUX
cli: yes
libx264: internal
shared: no
static: yes
asm: yes
interlaced: yes
avs: avxsynth
lavf: yes
ffms: no
gpac: yes
gpl: yes
thread: posix
opencl: yes
filters: resize crop select_every
debug: no
gprof: no
strip: no
PIC: no
visualize: no
bit depth: 8
chroma format: all
You can run 'make' or 'make fprofiled' now.
The following "make" results in the error described before. Any hint
where I could proceed to find the error would be great!
Thanks a lot,
Claus
More information about the ffmpeg-user
mailing list