1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update srs_core_performance.hpp (#3160)

In included file: main file cannot be included recursively when building a preamble
    clang(pp_including_mainfile_in_preamble)
    srs_core.hpp(43, 10): Error occurred here
This commit is contained in:
mingo-wu 2022-09-01 19:39:34 +08:00 committed by GitHub
parent 783aea7ac3
commit 232fbfa4c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,6 @@
#ifndef SRS_CORE_PERFORMANCE_HPP
#define SRS_CORE_PERFORMANCE_HPP
#include <srs_core.hpp>
/**
* this file defines the perfromance options.
*/