1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-24 06:54:22 +00:00
srs/trunk/src/app/srs_app_empty.hpp

14 lines
171 B
C++
Raw Normal View History

//
// Copyright (c) 2013-2021 The SRS Authors
//
// 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