Subject: ffmpeg includes
Hi Mikkel
I can't seem to get the ffmpeg includes right.
Your AudioDecoder.h includes the two ffmpeg headers in the following way:
#include <ffmpeg/avformat.h>
#include <ffmpeg/avcodec.h>
But when i check out ffmpeg, avformat.h is located at ffmpeg\libavformat\avformat.h
and avcodec.h is located at ffmpeg\libavcodec\avcodec.h.
How is the ffmpeg folder structure in your
root:
/libs:
/include:
/ffmpeg
folder?
/Claus
I can't seem to get the ffmpeg includes right.
Your AudioDecoder.h includes the two ffmpeg headers in the following way:
#include <ffmpeg/avformat.h>
#include <ffmpeg/avcodec.h>
But when i check out ffmpeg, avformat.h is located at ffmpeg\libavformat\avformat.h
and avcodec.h is located at ffmpeg\libavcodec\avcodec.h.
How is the ffmpeg folder structure in your
root:
/libs:
/include:
/ffmpeg
folder?
/Claus
clas
Show profile
Link to this post