components/desktop/libvpx/patches/03-exports.patch
changeset 5939 77fb180fb4fa
equal deleted inserted replaced
5938:71aca4f1b60a 5939:77fb180fb4fa
       
     1 The *_mem_map symbols only exist in an older version; this fix should be
       
     2 upstreamed.
       
     3 
       
     4 The vpx_svc_* symbols only exist if you enable experimental spatial service
       
     5 support.  This part of the patch is not appropriate for upstream.
       
     6 
       
     7 XXX file upstream bug
       
     8 
       
     9 --- libvpx-1.4.0/vpx/exports_dec	2015-04-03 11:49:19.000000000 -0700
       
    10 +++ libvpx-1.4.0.new/vpx/exports_dec	2015-06-15 14:07:20.317823881 -0700
       
    11 @@ -1,10 +1,8 @@
       
    12  text vpx_codec_dec_init_ver
       
    13  text vpx_codec_decode
       
    14  text vpx_codec_get_frame
       
    15 -text vpx_codec_get_mem_map
       
    16  text vpx_codec_get_stream_info
       
    17  text vpx_codec_peek_stream_info
       
    18  text vpx_codec_register_put_frame_cb
       
    19  text vpx_codec_register_put_slice_cb
       
    20  text vpx_codec_set_frame_buffer_functions
       
    21 -text vpx_codec_set_mem_map
       
    22 --- libvpx-1.4.0/vpx/exports_enc	2015-04-03 11:49:19.000000000 -0700
       
    23 +++ libvpx-1.4.0.new/vpx/exports_enc	2015-06-15 14:51:05.518298961 -0700
       
    24 @@ -7,9 +7,3 @@
       
    25  text vpx_codec_get_global_headers
       
    26  text vpx_codec_get_preview_frame
       
    27  text vpx_codec_set_cx_data_buf
       
    28 -text vpx_svc_dump_statistics
       
    29 -text vpx_svc_encode
       
    30 -text vpx_svc_get_message
       
    31 -text vpx_svc_init
       
    32 -text vpx_svc_release
       
    33 -text vpx_svc_set_options