OSDN Git Service

Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
authorDiego Biurrun <diego@biurrun.de>
Sun, 29 Oct 2006 13:14:37 +0000 (13:14 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 29 Oct 2006 13:14:37 +0000 (13:14 +0000)
commitd5cd50ed73dc70707c24a9ae06bb8b77c68f5e67
tree5c1e7c70334fe52567b194488ae206ec3cef41e1
parent68300911a0d1237015f01d989fe12bc29726ad0c
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined under
!PIC but gets used without a check for !PIC.

Originally committed as revision 6834 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cabac.h
libavcodec/h264.c