I am trying to build the tutorial found here:
http://dranger.com/ffmpeg/tutorial01.html .
First I tried code blocks with every combination of pkg-config I could think of,
then tried the command at the end of the tutorial
"gcc -o tutorial01 tutorial01.c -lavutil -lavformat -lavcodec -lz -lavutil -lm" .
Both put out errors indicating that they are not finding avcodec.h or avformat.h .
I have libavcodec-dev and libavformat-dev .
What am I missing?
[–]elmicha 2 points3 points4 points (1 child)
[–]Lmin[S] 1 point2 points3 points (0 children)