components/desktop/libvpx/patches/03-exports.patch
author Niveditha Rau <Niveditha.Rau@Oracle.COM>
Fri, 06 May 2016 13:33:29 -0700
changeset 5939 77fb180fb4fa
permissions -rw-r--r--
23215099 Deliver libvpx in Solaris PSARC/2016/270 libvpx and libwebp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5939
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
The *_mem_map symbols only exist in an older version; this fix should be
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
upstreamed.
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
The vpx_svc_* symbols only exist if you enable experimental spatial service
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
support.  This part of the patch is not appropriate for upstream.
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
XXX file upstream bug
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
--- libvpx-1.4.0/vpx/exports_dec	2015-04-03 11:49:19.000000000 -0700
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
+++ libvpx-1.4.0.new/vpx/exports_dec	2015-06-15 14:07:20.317823881 -0700
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
@@ -1,10 +1,8 @@
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
 text vpx_codec_dec_init_ver
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
 text vpx_codec_decode
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
 text vpx_codec_get_frame
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
-text vpx_codec_get_mem_map
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
 text vpx_codec_get_stream_info
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
 text vpx_codec_peek_stream_info
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
 text vpx_codec_register_put_frame_cb
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
 text vpx_codec_register_put_slice_cb
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
 text vpx_codec_set_frame_buffer_functions
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
-text vpx_codec_set_mem_map
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
--- libvpx-1.4.0/vpx/exports_enc	2015-04-03 11:49:19.000000000 -0700
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    23
+++ libvpx-1.4.0.new/vpx/exports_enc	2015-06-15 14:51:05.518298961 -0700
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
@@ -7,9 +7,3 @@
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
 text vpx_codec_get_global_headers
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
 text vpx_codec_get_preview_frame
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
 text vpx_codec_set_cx_data_buf
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
-text vpx_svc_dump_statistics
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
-text vpx_svc_encode
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
-text vpx_svc_get_message
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
-text vpx_svc_init
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
-text vpx_svc_release
77fb180fb4fa 23215099 Deliver libvpx in Solaris
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
-text vpx_svc_set_options