diff options
Diffstat (limited to 'decoders/rtp/version.map')
| -rw-r--r-- | decoders/rtp/version.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/decoders/rtp/version.map b/decoders/rtp/version.map new file mode 100644 index 0000000..48516ec --- /dev/null +++ b/decoders/rtp/version.map @@ -0,0 +1,11 @@ +VERS_2.4{ +global: +extern "C" { + rtp_init; + rtp_exit; + rtp_subscribe; + GIT_VERSION_*; +}; + +local: *; +}; |
