comparison Makefile @ 877:51fd7ea406a1 libavutil

Move error code definitions from libavcodec/avcodec.h to libavutil/error.h. Error code definitions and handling code belong to libavutil, where they can be shared by all the libav* libraries. See the thread: Subject: [FFmpeg-devel] [PATCH] Move error codes definitions from lavc to lavu Date: Sun, 19 Jul 2009 12:09:16 +0200
author stefano
date Sat, 13 Mar 2010 09:43:24 +0000
parents efba70214ef1
children 3e77728d53e1
comparison
equal deleted inserted replaced
876:0cf8e33624d0 877:51fd7ea406a1
7 avstring.h \ 7 avstring.h \
8 avutil.h \ 8 avutil.h \
9 base64.h \ 9 base64.h \
10 common.h \ 10 common.h \
11 crc.h \ 11 crc.h \
12 error.h \
12 fifo.h \ 13 fifo.h \
13 intfloat_readwrite.h \ 14 intfloat_readwrite.h \
14 log.h \ 15 log.h \
15 lzo.h \ 16 lzo.h \
16 mathematics.h \ 17 mathematics.h \