You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
* restored previous non '..' version
Originally committed as revision 558 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_AV_CONFIG_H
|
#ifdef HAVE_AV_CONFIG_H
|
||||||
/* only include the following when compiling package */
|
/* only include the following when compiling package */
|
||||||
#include "../config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@@ -114,7 +114,7 @@ typedef signed long long INT64;
|
|||||||
#define UINT64_C(c) (c ## ULL)
|
#define UINT64_C(c) (c ## ULL)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../bswap.h"
|
#include "bswap.h"
|
||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
#include "fastmemcpy.h"
|
#include "fastmemcpy.h"
|
||||||
|
Reference in New Issue
Block a user