mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
* Refine AUTHORS.txt to AUTHORS.md, etc. 5.0.8 * Update README.md * Update README.md * Refine format for AUTHORS.md
18 lines
244 B
C++
18 lines
244 B
C++
//
|
|
// Copyright (c) 2013-2021 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_UTEST_AMF0_HPP
|
|
#define SRS_UTEST_AMF0_HPP
|
|
|
|
/*
|
|
#include <srs_utest_amf0.hpp>
|
|
*/
|
|
#include <srs_utest.hpp>
|
|
|
|
#include <srs_protocol_amf0.hpp>
|
|
|
|
#endif
|
|
|