libmpeg2 has broken compatibility again moving to this next version. I am including a patch which just updates drip/encoder/mpeg_internal.h to be in sync with the file in the libmpeg2 source Reproducible: Always Steps to Reproduce: 1. compile drip with libmpeg2-0.3.2_pre20030625 installed 2. watch it fail 3. patch is coming
Created attachment 14114 [details, diff] patch for compatibility with libmpeg2-0.3.2_pre this is the patch...
i have also tested drip-0.9.0-RC1 which we should get into portage and the patch works with this build as well... Just change the top of 0.9.0_alpha3 to... MY_P="${P/_}" MY_P="${MY_P/rc1/-RC1}" S="${WORKDIR}/${MY_P}" and the build will work properly.
bumped to drip-0.9.0-RC1 and included logic for the libmpeg2 patch