Skip to content

Commit

Permalink
chore(hlsstream): fix android build error
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Jun 30, 2020
1 parent b9f1569 commit 2bd93fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/demuxer/play_list/HLSStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
#include "segment_decrypt/SegDecryptorFactory.h"
//#define NOLOGD
#include "../../utils/frame_work_log.h"
#include <data_source/dataSourcePrototype.h>
#include "../IDemuxer.h"
#include <cstdlib>
#include <data_source/dataSourcePrototype.h>
#include <utils/af_string.h>

// TODO support active and no active mode
Expand Down

0 comments on commit 2bd93fb

Please sign in to comment.