Hi
I try to compile vlc under gentoo linux.
I get the svn version of x264 and vlc.
I compiled x264
./configure --enable-pthread --extra-cflags="-march=athlon64 -O4 -pipe -fomit-frame-pointer"
make
make install
x264 works.
After that i try to compile vlc.
./configure --enable-dvdread --enable-v4l --enable-faad --enable-flac --enable-x264 --enable-ncurses --with-v4l=/usr/src/linux --with-x264-tree=/home/haas/x264 CFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointer" CXXFLAGS="-march=athlon64 -O3 -pipe -fomit-frame-pointer"
and i get an error:
checking for png_set_rows in -lpng... yes
checking for x264.h in /home/haas/x264... yes
checking for x264_encoder_open in -lx264... no
configure: error: the specified tree hasn't been compiled
I compiled x264. I can't understand why write this.
I can't solve this problem.
Please help!
Viktor