提交 5cc795e6 编写于 作者: Z Zhang Rui

rename files

上级 232e9339
......@@ -35,7 +35,7 @@ LOCAL_SRC_FILES += ijksdl_stdinc.c
LOCAL_SRC_FILES += ijksdl_thread.c
LOCAL_SRC_FILES += ijksdl_timer.c
LOCAL_SRC_FILES += ijksdl_vout.c
LOCAL_SRC_FILES += ijksdl_vout_ffmpeg.c
LOCAL_SRC_FILES += ijksdl_vout_overlay_ffmpeg.c
LOCAL_SRC_FILES += ijksdl_aout_android_audiotrack.c
LOCAL_SRC_FILES += android/android_audiotrack.c
......
......@@ -33,7 +33,7 @@
#include "ijksdl_timer.h"
#include "ijksdl_video.h"
#include "ijksdl_vout.h"
#include "ijksdl_vout_ffmpeg.h"
#include "ijksdl_vout_overlay_ffmpeg.h"
#include "ijksdl_aout_android_audiotrack.h"
......
/*****************************************************************************
* ijksdl_vout_ffmpeg.c
* ijksdl_vout_overlay_ffmpeg.c
*****************************************************************************
*
* copyright (c) 2013 Zhang Rui <bbcallen@gmail.com>
......@@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "ijksdl_vout_ffmpeg.h"
#include "ijksdl_vout_overlay_ffmpeg.h"
#include "ijksdl_ffinc.h"
#include "ijksdl_mutex.h"
......
/*****************************************************************************
* ijksdl_vout_ffmpeg.h
* ijksdl_vout_overlay_ffmpeg.h
*****************************************************************************
*
* copyright (c) 2013 Zhang Rui <bbcallen@gmail.com>
......@@ -21,8 +21,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef IJKSDL__IJKSDL_VOUT_FFMPEG_H
#define IJKSDL__IJKSDL_VOUT_FFMPEG_H
#ifndef IJKSDL__IJKSDL_VOUT_OVERLAY_FFMPEG_H
#define IJKSDL__IJKSDL_VOUT_OVERLAY_FFMPEG_H
#include "ijksdl_stdinc.h"
#include "ijksdl_vout.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册