I would like to confirm that in my case, vdpau in vlc is working successfully. Test materials are Hong Kong DVB HD broadcasts, which before vlc-vaapi, exhausted usage of one CPU to constant 100% but still got stops and goes for the video output, and now it is 15 to 20% and materials are mostly playe...
I found if I perform my step 1 but not step 2, then compilation would abort with following error: === quote === gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I../../../include -DSYS_LINUX -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REEN...
I found that the vlc compile process doesn't flag out errors when there're missing headers/libraries included, at least when building the ffmpeg extension. Below are the stupid and dirty steps I've followed to successfully build from VLC 1.1 GIT under Ubuntu 8.04 environment: 1. Modify ../modules/co...