Closed mhadam closed 10 years ago
macros were misnamed
Which version of ffmpeg/libav do you have? As far as I know, PIXFMT* was renamed to AV_PIXFMT* back in October, 2012.
and the library wasn't included.
libswscale/swscale.h
should include libavutil/pixfmt.h
Ah I see. I'm using whatever is present in Ubuntu 13.10. Since that's the case I'll close this request.
v0.3.2 should compile without errors now. I've added compatibility layer.
I noticed the project wouldn't compile and it seems that the macros were misnamed(originally AV_PIX_FMT instead of PIX_FMT), and the library wasn't included.