1
0
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:
Diego Biurrun
2008-05-09 11:56:36 +00:00
parent 86b2d47fc0
commit 245976da2a
192 changed files with 351 additions and 319 deletions

View File

@@ -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[]);