1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00
srs/trunk/src/app/srs_app_empty.hpp

14 lines
162 B
C++
Raw Normal View History

//
// Copyright (c) 2013-2021 Winlin
//
// SPDX-License-Identifier: MIT
//
2014-05-19 07:45:04 +00:00
#ifndef SRS_APP_EMPTY_HPP
#define SRS_APP_EMPTY_HPP
2014-05-19 07:45:04 +00:00
#include <srs_core.hpp>
#endif
2014-08-02 14:18:39 +00:00