Merge libavcore into libavutil
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
This commit is contained in:
parent
8ed4cc65a1
commit
737eb5976f
120 changed files with 166 additions and 321 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* RV10/RV20 decoder
|
||||
*/
|
||||
|
||||
#include "libavcore/imgutils.h"
|
||||
#include "libavutil/imgutils.h"
|
||||
#include "avcodec.h"
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue