X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fffmpeg%2Flibavcodec%2Faacps_tablegen.c;h=f56930b9583a496822179868a35ccfe86078a383;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=47d4205f43c60cb8719615f7b0dbf5ccc8e05b6a;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/ffmpeg/libavcodec/aacps_tablegen.c b/src/third_party/ffmpeg/libavcodec/aacps_tablegen.c index 47d4205..f56930b 100644 --- a/src/third_party/ffmpeg/libavcodec/aacps_tablegen.c +++ b/src/third_party/ffmpeg/libavcodec/aacps_tablegen.c @@ -82,7 +82,7 @@ int main(void) write_float_3d_array(f34_2_4, 4, 8, 2); printf("};\n"); - printf("static TABLE_CONST DECLARE_ALIGNED(16, float, Q_fract_allpass)[2][50][3][2] = {\n"); + printf("static const DECLARE_ALIGNED(16, float, Q_fract_allpass)[2][50][3][2] = {\n"); write_float_4d_array(Q_fract_allpass, 2, 50, 3, 2); printf("};\n"); printf("static const DECLARE_ALIGNED(16, float, phi_fract)[2][50][2] = {\n");