K 10 svn:author V 2 se K 8 svn:date V 27 2007-08-19T10:35:00.000000Z K 7 svn:log V 461 The ffmpeg developers moved part of avcodec.h into a new file allcodecs.h, but have not modified the Makefile in libavcodec to install that header. This broke dvbcut and possibly other ports that directly access decoder or encoder functions (i.e. which do not use avcodec_find_decoder() to search for them). Direct access to the functions has not been declared deprecated (AFAIK) and thus it appears that installation of the header has just been forgotten ... END