7aa97a35b5
This patch adds support for building shared libraries when configured with the --enable-shared switch. Building DLLs would require more invasive changes to the sample utilities than I want to make in this patch, since on Windows you can't use the address of an imported symbol in a static initializer. The best way to work around this is proably to build the codec interface mapping table with an init() function, but dll support is of questionable value anyway, since most windows users will probably use a media framework lib like webmdshow, which links this library in staticly. Change-Id: Iafb48900549b0c6b67f4a05d3b790b2643d026f4
17 lines
381 B
Plaintext
17 lines
381 B
Plaintext
text vpx_codec_build_config
|
|
text vpx_codec_control_
|
|
text vpx_codec_destroy
|
|
text vpx_codec_err_to_string
|
|
text vpx_codec_error
|
|
text vpx_codec_error_detail
|
|
text vpx_codec_get_caps
|
|
text vpx_codec_iface_name
|
|
text vpx_codec_version
|
|
text vpx_codec_version_extra_str
|
|
text vpx_codec_version_str
|
|
text vpx_img_alloc
|
|
text vpx_img_flip
|
|
text vpx_img_free
|
|
text vpx_img_set_rect
|
|
text vpx_img_wrap
|