diff options
| author | zhuzhenjun <[email protected]> | 2024-10-30 07:25:01 +0000 |
|---|---|---|
| committer | zhuzhenjun <[email protected]> | 2024-10-30 07:31:41 +0000 |
| commit | e9815cfce3f208f388a8219cf411408285d1d812 (patch) | |
| tree | 1f7c5b29347868ffd1d393e009f4beadbec7e66f /decoders/rtp/version.map | |
| parent | 03864c9731ec87ed6c7e1fbe3c5f261880e857dc (diff) | |
rtp decoder initialdev-rtp-decoder
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: *; +}; |
