mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix build failed for no ffmpeg-fit
This commit is contained in:
parent
7c572dbae3
commit
c8892c4009
1 changed files with 4 additions and 1 deletions
|
@ -33,10 +33,13 @@
|
||||||
#include <srs_kernel_utility.hpp>
|
#include <srs_kernel_utility.hpp>
|
||||||
#include <srs_protocol_format.hpp>
|
#include <srs_protocol_format.hpp>
|
||||||
#include <srs_kernel_buffer.hpp>
|
#include <srs_kernel_buffer.hpp>
|
||||||
#include <srs_app_rtc_codec.hpp>
|
|
||||||
#include <srs_kernel_rtc_rtp.hpp>
|
#include <srs_kernel_rtc_rtp.hpp>
|
||||||
#include <srs_core_autofree.hpp>
|
#include <srs_core_autofree.hpp>
|
||||||
|
|
||||||
|
#ifdef SRS_FFMPEG_FIT
|
||||||
|
#include <srs_app_rtc_codec.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
const int kChannel = 2;
|
const int kChannel = 2;
|
||||||
const int kSamplerate = 48000;
|
const int kSamplerate = 48000;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue