This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
vpx
Watch
1
Star
0
Fork
0
You've already forked vpx
Code
Issues
Pull Requests
Releases
Wiki
Activity
b814e2d898
vpx
/
vp8
/
exports_dec
3 lines
49 B
Plaintext
Raw
Normal View
History
Unescape
Escape
shared library support (.so) 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
2010-06-03 16:29:04 +02:00
data vpx_codec_vp8_dx_algo
Add getter functions for the interface data symbols Having these symbols be available as functions rather than data is occasionally more convenient. Implemented this way rather than a get-codec-by-id style to avoid creating a link-time dependency between the encoder and the decoder. Fixes issue #169 Change-Id: I319f281277033a5e7e3ee3b092b9a87cce2f463d
2010-09-21 16:35:52 +02:00
text vpx_codec_vp8_dx
Reference in New Issue
Copy Permalink