mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +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:
@ -40,7 +40,7 @@
|
||||
*/
|
||||
|
||||
#include "avformat.h"
|
||||
#include "bitstream.h"
|
||||
#include "libavcodec/bitstream.h"
|
||||
|
||||
/* bitstream minipacket size */
|
||||
#define GIF_CHUNKS 100
|
||||
|
Reference in New Issue
Block a user