mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Use quotes instead of angle brackets for local #includes.
Originally committed as revision 25015 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
eeeae2bf05
commit
625bac784b
@ -24,9 +24,9 @@
|
||||
* ASCII/ANSI art decoder
|
||||
*/
|
||||
|
||||
#include "libavutil/lfg.h"
|
||||
#include "avcodec.h"
|
||||
#include "cga_data.h"
|
||||
#include <libavutil/lfg.h>
|
||||
|
||||
#define ATTR_BOLD 0x01 /**< Bold/Bright-foreground (mode 1) */
|
||||
#define ATTR_FAINT 0x02 /**< Faint (mode 2) */
|
||||
|
@ -24,7 +24,7 @@
|
||||
* shared media utilities for the libav* libraries
|
||||
*/
|
||||
|
||||
#include <libavutil/avutil.h>
|
||||
#include "libavutil/avutil.h"
|
||||
|
||||
#define LIBAVCORE_VERSION_MAJOR 0
|
||||
#define LIBAVCORE_VERSION_MINOR 6
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef AVCORE_PARSEUTILS_H
|
||||
#define AVCORE_PARSEUTILS_H
|
||||
|
||||
#include <libavutil/rational.h>
|
||||
#include "libavutil/rational.h"
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
Loading…
Reference in New Issue
Block a user