i-rinat / libvdpau-va-gl

VDPAU driver with OpenGL/VAAPI backend
MIT License
161 stars 26 forks source link

Fix compilation issue #26

Closed mhadam closed 10 years ago

mhadam commented 10 years ago

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.

i-rinat commented 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

mhadam commented 10 years ago

Ah I see. I'm using whatever is present in Ubuntu 13.10. Since that's the case I'll close this request.

i-rinat commented 10 years ago

v0.3.2 should compile without errors now. I've added compatibility layer.