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
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
text vpx_codec_enc_config_default
|
|
text vpx_codec_enc_config_set
|
|
text vpx_codec_enc_init_ver
|
|
text vpx_codec_encode
|
|
text vpx_codec_get_cx_data
|
|
text vpx_codec_get_global_headers
|
|
text vpx_codec_get_preview_frame
|
|
text vpx_codec_set_cx_data_buf
|