You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02: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:
@@ -28,7 +28,7 @@
|
||||
* Prototypes for interface to .so that implement a video processing hook
|
||||
*/
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
|
||||
/* Function must be called 'Configure' */
|
||||
typedef int (FrameHookConfigure)(void **ctxp, int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user