gnapi-0.2.2 - build error on fedora
Brought to you by:
badenov
Modify lines:
#include <libavformat/avformat.h>
#include <libavutil/avutil.h>
to:
#include <ffmpeg/libavformat/avformat.h>
#include <ffmpeg/libavutil/avutil.h>
in gnapi/src/gengine.c.
after then change, when I run make I get this error
[rizvan@localhost gnapi-0.2.2]$ make
cc -c ./src/gengine.c -o ./src/gengine.o -g -Wall -O2 -Wformat-security pkg-config --cflags gtk+-2.0 gconf-2.0 gnome-vfs-2.0 libsoup-2.4 gmodule-2.0 libnautilus-extension
In file included from ./src/gengine.c:21:0:
/usr/include/ffmpeg/libavformat/avformat.h:203:32: fatal error: libavcodec/avcodec.h: No such file or directory
#include "libavcodec/avcodec.h"
^
Please guide.