[x264-devel] issues compiling vlc with x264
Ed _
ed_b_71 at hotmail.com
Wed Jul 19 02:24:23 CEST 2006
So I took down the latest svn of x264 and -
svn co svn://svn.videolan.org/x264/trunk x264
./configure --enable-pthread --enable-shared --enable-pic
make
It worked well.
Tried to compile the latest svn ov vlc with it and I get the following error
-
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include
`top_builddir="../.." ../../vlc-config --cflags plugin x264` -Wsign-compare
-Wall -pipe -MT libx264_plugin_a-x264.o -MD -MP -MF
".deps/libx264_plugin_a-x264.Tpo" -c -o libx264_plugin_a-x264.o `test -f
'x264.c' || echo './'`x264.c; \
then mv -f ".deps/libx264_plugin_a-x264.Tpo"
".deps/libx264_plugin_a-x264.Po"; else rm -f
".deps/libx264_plugin_a-x264.Tpo"; exit 1; fi
x264.c: In function Open:
x264.c:591: error: struct <anonymous> has no member named b_cbr
x264.c:888: warning: pointer targets in passing argument 1 of
p_symbols->vlc_ureduce_inner differ in signedness
x264.c:888: warning: pointer targets in passing argument 2 of
p_symbols->vlc_ureduce_inner differ in signedness
make[4]: *** [libx264_plugin_a-x264.o] Error 1
make[4]: Leaving directory `/opt/vlc-trunk/modules/codec'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/opt/vlc-trunk/modules/codec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/vlc-trunk/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/vlc-trunk'
make: *** [all] Error 2
Can I get some help on this?
thanks,
ed
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list