diff options
author | Slávek Banko <[email protected]> | 2024-09-29 20:41:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-09-29 20:41:15 +0200 |
commit | b2ba4403aab430c4b1bdb4304b62860a7ebb854b (patch) | |
tree | 2a8a5d8cc5c4441c320a793cafc19c3902bb68f0 /debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h | |
parent | ae40ab062f6aa8986d22012b3799062c9739ae88 (diff) | |
download | extra-dependencies-b2ba4403aab430c4b1bdb4304b62860a7ebb854b.tar.gz extra-dependencies-b2ba4403aab430c4b1bdb4304b62860a7ebb854b.zip |
Remove mp4v2, which is no longer required.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h')
-rw-r--r-- | debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h b/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h deleted file mode 100644 index 87764585..00000000 --- a/debian/mp4v2/mp4v2-2.0.0~dfsg0/libplatform/sys/error.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef MP4V2_PLATFORM_SYS_ERROR_H -#define MP4V2_PLATFORM_SYS_ERROR_H - -namespace mp4v2 { namespace platform { namespace sys { - -/////////////////////////////////////////////////////////////////////////////// - -MP4V2_EXPORT int getLastError ( ); -MP4V2_EXPORT const char* getLastErrorStr ( ); -MP4V2_EXPORT const char* getErrorStr ( int ); - -/////////////////////////////////////////////////////////////////////////////// - -}}} // namespace mp4v2::platform::sys - -#endif // MP4V2_PLATFORM_SYS_ERROR_H |