add header file

add header file
pull/107/head
xufulong 5 years ago
parent b096c7081e
commit df82c9f771
  1. 1
      Live/src/main/cpp/VideoStream.cpp
  2. 1
      Live/src/main/cpp/live.c

@ -1,4 +1,5 @@
#include <cstring>
#include "VideoStream.h"
#include "include/rtmp/rtmp.h"
#include "PushGeneric.h"

@ -7,6 +7,7 @@
#include <pthread.h>
#include "queue.h"
#include <stdint.h>
#include <malloc.h>
#define TAG "FrankLive"
#define LOGI(format, ...) __android_log_print(ANDROID_LOG_INFO, TAG, format, ##__VA_ARGS__)

Loading…
Cancel
Save