[x264-devel] commit: faster bs_write (Jason Garrett-Glaser )

Sean McGovern gseanmcg at gmail.com
Fri Jul 11 23:37:24 CEST 2008


This breaks build on Linux ppc64:

gcc -o x264 x264.o matroska.o muxers.o libx264.a
common/ppc/cell_be/hpel_filter_csf.o -lm -m64 -lspe2 -lpthread
libx264.a(encoder.o): In function `bs_write1':
/nfs/home/sean/x264/./common/bs.h:118: undefined reference to `endian_fix32'
/nfs/home/sean/x264/./common/bs.h:118: undefined reference to `endian_fix32'
/nfs/home/sean/x264/./common/bs.h:118: undefined reference to `endian_fix32'
/nfs/home/sean/x264/./common/bs.h:118: undefined reference to `endian_fix32'
/nfs/home/sean/x264/./common/bs.h:118: undefined reference to `endian_fix32'
libx264.a(encoder.o):/nfs/home/sean/x264/./common/bs.h:118: more undefined
references to `endian_fix32' follow
collect2: ld returned 1 exit status
make: *** [x264] Error 1

-----Original Message-----
From: x264-devel-bounces at videolan.org
[mailto:x264-devel-bounces at videolan.org] On Behalf Of git version control
Sent: July 10, 2008 9:39 AM
To: x264-devel at videolan.org
Subject: [x264-devel] commit: faster bs_write (Jason Garrett-Glaser )

x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Fri
Jul  4 18:32:32 2008 -0600| [8951797a04c4069e1926b5c4bcd2c39eb3b3a266]

faster bs_write

>
http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=8951797a04c4069e1926
b5c4bcd2c39eb3b3a266
---

 common/bs.h       |  230
+++++++++++++++++++++++++++++++----------------------
 common/osdep.h    |   30 +++++++-
 encoder/cavlc.c   |   26 ++----
 encoder/encoder.c |    2 +
 encoder/rdo.c     |    2 +-
 encoder/set.c     |    6 +-
 6 files changed, 179 insertions(+), 117 deletions(-)

Diff:
http://git.videolan.org/gitweb.cgi/x264.git/?a=commitdiff;h=8951797a04c4069e
1926b5c4bcd2c39eb3b3a266
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel



More information about the x264-devel mailing list