mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Use full path for #includes from another directory.
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -19,8 +19,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
#include "avformat.h"
|
||||
#include "opt.h"
|
||||
#include "avstring.h"
|
||||
#include "libavcodec/opt.h"
|
||||
#include "libavutil/avstring.h"
|
||||
#include "riff.h"
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
Reference in New Issue
Block a user