]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fix missing symbol
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Dec 2006 22:50:08 +0000 (22:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-x264-symbol.patch -> 1.1

ffmpeg-x264-symbol.patch [new file with mode: 0644]

diff --git a/ffmpeg-x264-symbol.patch b/ffmpeg-x264-symbol.patch
new file mode 100644 (file)
index 0000000..1e48fec
--- /dev/null
@@ -0,0 +1,12 @@
+last_coeff_flag_offset_8x8 is used outside h264.c (cabac.h in decode_significance_8x8_x86())
+--- ffmpeg-export-2006-12-04/libavcodec/h264.c 2006-12-05 00:48:00.102011341 +0200
++++ ffmpeg-export-2006-12-04/libavcodec/h264.c~        2006-11-12 22:08:09.000000000 +0200
+@@ -6034,7 +6034,7 @@
+     return ctx + 4 * cat;
+ }
+-const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
++static const __attribute((used)) uint8_t last_coeff_flag_offset_8x8[63] = {
+     0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
+     2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
+     3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4,
This page took 0.289774 seconds and 4 git commands to generate.